Author: djencks
Date: Mon Apr 7 10:59:59 2008
New Revision: 645632
URL: http://svn.apache.org/viewvc?rev=645632&view=rev
Log:
try to not run tests during release
Modified:
activemq/branches/activemq-4.1/pom.xml
Modified: activemq/branches/activemq-4.1/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/pom.xml?rev=645632&r1=645631&r2=645632&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/pom.xml (original)
+++ activemq/branches/activemq-4.1/pom.xml Mon Apr 7 10:59:59 2008
@@ -975,6 +975,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <test>false</test>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<useReleaseProfile>false</useReleaseProfile>