Commit in projects/lcsim/trunk/aida on MAIN
pom.xml+16-83179 -> 3180
Exclude test that doesn't work in headless mode.

projects/lcsim/trunk/aida
pom.xml 3179 -> 3180
--- projects/lcsim/trunk/aida/pom.xml	2014-07-14 15:53:11 UTC (rev 3179)
+++ projects/lcsim/trunk/aida/pom.xml	2014-07-14 20:27:18 UTC (rev 3180)
@@ -1,23 +1,19 @@
 <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-aida</artifactId>
     <name>aida</name>
-    <description>AIDA utilities</description>
-    
+    <description>AIDA utilities</description>    
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
         <version>3.0.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
-    </parent>
-    
+    </parent>    
     <scm>
         <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/aida/</url>
         <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/aida/</connection>
         <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/aida/</developerConnection>
-    </scm>
-    
+    </scm>    
     <dependencies>
         <dependency>
             <groupId>org.freehep</groupId>
@@ -40,5 +36,17 @@
             <artifactId>freehep-record</artifactId>
         </dependency>
     </dependencies>
-    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>org/lcsim/util/aida/TabbedPlotterFactoryTest.java</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>       
 </project>
SVNspam 0.1


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