You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2008/04/25 19:52:11 UTC

svn commit: r651666 - /activemq/trunk/pom.xml

Author: chirino
Date: Fri Apr 25 10:52:05 2008
New Revision: 651666

URL: http://svn.apache.org/viewvc?rev=651666&view=rev
Log:
Don't test in the full profile

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=651666&r1=651665&r2=651666&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Fri Apr 25 10:52:05 2008
@@ -1228,6 +1228,14 @@
       <build>
         <plugins>
 
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <test>false</test>
+            </configuration>
+          </plugin>
+
           <!-- We want a source jar -->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>