Commit in java/trunk/recon on MAIN
pom.xml-191083 -> 1084
Remove test case that was moved to integration-tests.

java/trunk/recon
pom.xml 1083 -> 1084
--- java/trunk/recon/pom.xml	2014-09-24 23:51:58 UTC (rev 1083)
+++ java/trunk/recon/pom.xml	2014-09-25 00:03:48 UTC (rev 1084)
@@ -1,24 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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-recon</artifactId>
     <name>recon</name>
     <description>HPS recon code</description>
-    
     <parent>
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
         <version>3.0.3-SNAPSHOT</version>
     </parent>
-    
     <scm>
         <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/recon/</url>
         <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/recon/</connection>
         <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/recon/</developerConnection>
     </scm>
-    
     <dependencies>
         <!-- This will pull in the ECAL recon module transitively. -->
         <dependency>
@@ -26,19 +22,4 @@
             <artifactId>hps-tracking</artifactId>
         </dependency>
     </dependencies>
-    
-        <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>org/hps/recon/mdc/MockDataReconTest.java</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>    
-    
 </project>
SVNspam 0.1