Print

Print


Commit in projects/lcsim/trunk/parent on MAIN
pom.xml+172960 -> 2961
modified pom configuration to skip tests during release:perform

projects/lcsim/trunk/parent
pom.xml 2960 -> 2961
--- projects/lcsim/trunk/parent/pom.xml	2014-02-06 22:30:08 UTC (rev 2960)
+++ projects/lcsim/trunk/parent/pom.xml	2014-02-07 18:35:16 UTC (rev 2961)
@@ -234,6 +234,7 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <version>2.4.2</version>
                     <configuration>
+                        <releaseProfiles>skipTests</releaseProfiles>
                         <tagBase>svn://svn.freehep.org/lcdet/projects/lcsim/tags</tagBase>
                     </configuration>
                 </plugin>
@@ -245,4 +246,20 @@
             </plugins>
         </pluginManagement>
     </build>
+    <profiles>
+        <profile>
+            <id>skipTests</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <skipTests>true</skipTests>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>    
 </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