Print

Print


Author: [log in to unmask]
Date: Thu Dec  4 17:36:34 2014
New Revision: 1652

Log:
Exclude test from build.

Modified:
    java/trunk/users/pom.xml

Modified: java/trunk/users/pom.xml
 =============================================================================
--- java/trunk/users/pom.xml	(original)
+++ java/trunk/users/pom.xml	Thu Dec  4 17:36:34 2014
@@ -31,9 +31,10 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <excludes>
+			<exclude>org/hps/users/holly/ECalClusterICTest.java</exclude>
                         <exclude>org/hps/users/jeremym/MockDataChallengeDiagnosticDriverTest.java</exclude>
+			<exclude>org/hps/users/jeremym/LandauTest.java</exclude>
                         <exclude>org/hps/users/ngraf/NearestNeighborClusterDriverTest.java</exclude>
-			<exclude>org/hps/users/holly/ECalClusterICTest.java</exclude>
                     </excludes>
                 </configuration>
             </plugin>