Print

Print


Author: [log in to unmask]
Date: Wed Feb 24 13:36:52 2016
New Revision: 4249

Log:
Exclude test from build.

Modified:
    java/trunk/run-database/pom.xml

Modified: java/trunk/run-database/pom.xml
 =============================================================================
--- java/trunk/run-database/pom.xml	(original)
+++ java/trunk/run-database/pom.xml	Wed Feb 24 13:36:52 2016
@@ -24,4 +24,17 @@
             <artifactId>org-srs-datacat-client</artifactId>
         </dependency>
     </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>org/hps/run/database/RunDatabaseBuilderTest.java</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>