Commit in java/trunk/users on MAIN
pom.xml+1-6868 -> 869
Exclude broken test (data file is missing).

java/trunk/users
pom.xml 868 -> 869
--- java/trunk/users/pom.xml	2014-08-18 21:16:44 UTC (rev 868)
+++ java/trunk/users/pom.xml	2014-08-18 21:42:28 UTC (rev 869)
@@ -1,30 +1,25 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    
     <modelVersion>4.0.0</modelVersion>
     <artifactId>hps-users</artifactId>
     <name>users</name>
     <description>user code packages</description>
-    
     <parent>
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
         <version>3.0.2-SNAPSHOT</version>
     </parent>
-    
     <scm>
         <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/users/</url>
         <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/users/</connection>
         <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/users/</developerConnection>
     </scm>
-    
     <dependencies>
         <dependency>
             <groupId>org.hps</groupId>
             <artifactId>hps-analysis</artifactId>
         </dependency> 
     </dependencies>
-    
     <build>
         <plugins>
             <plugin>
@@ -33,10 +28,10 @@
                 <configuration>
                     <excludes>
                         <exclude>org/hps/users/jeremym/MockDataChallengeDiagnosticDriverTest.java</exclude>
+                        <exclude>org/hps/users/ngraf/NearestNeighborClusterDriverTest.java</exclude>
                     </excludes>
                 </configuration>
             </plugin>
         </plugins>
     </build>
-        
 </project>
SVNspam 0.1