Print

Print


Author: [log in to unmask]
Date: Thu Sep  3 16:14:21 2015
New Revision: 3516

Log:
Correct test exclude dir.

Modified:
    java/trunk/datacat-client/pom.xml

Modified: java/trunk/datacat-client/pom.xml
 =============================================================================
--- java/trunk/datacat-client/pom.xml	(original)
+++ java/trunk/datacat-client/pom.xml	Thu Sep  3 16:14:21 2015
@@ -22,7 +22,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <excludes>
-                        <exclude>org/hps/record/**</exclude>
+                        <exclude>org/hps/datacat/client/**</exclude>
                     </excludes>
                 </configuration>
             </plugin>