Print

Print


Author: [log in to unmask]
Date: Mon Jan  5 12:14:02 2015
New Revision: 3472

Log:
Exclude all tests from this module as the code has not been changed in a long time.  Comment this out if development resumes on it.

Modified:
    projects/lcsim/trunk/trf/pom.xml

Modified: projects/lcsim/trunk/trf/pom.xml
 =============================================================================
--- projects/lcsim/trunk/trf/pom.xml	(original)
+++ projects/lcsim/trunk/trf/pom.xml	Mon Jan  5 12:14:02 2015
@@ -1,24 +1,33 @@
 <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>lcsim-trf</artifactId>
     <groupId>org.lcsim</groupId>
     <name>trf</name>
     <description>trf track finding and ftf fitting packages</description>
-    
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
         <version>3.0.8-SNAPSHOT</version>
     </parent>
-    
     <scm>
         <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/trf/</url>
         <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/trf/</connection>
         <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/trf/</developerConnection>
     </scm>
-    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>**/**.java</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
     <dependencies>
         <dependency>
             <groupId>org.apache.commons</groupId>
@@ -30,5 +39,4 @@
             <artifactId>lcsim-math</artifactId>
         </dependency>
     </dependencies>
-    
 </project>

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1