You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by fo...@apache.org on 2006/05/03 12:05:36 UTC

svn commit: r399233 - /incubator/activemq/trunk/pom.xml

Author: foconer
Date: Wed May  3 03:05:34 2006
New Revision: 399233

URL: http://svn.apache.org/viewcvs?rev=399233&view=rev
Log:
Disabled maven-one-plugin declaration. This forces nightly-build deploy to also update the maven 1 repository. 

Modified:
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/pom.xml?rev=399233&r1=399232&r2=399233&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Wed May  3 03:05:34 2006
@@ -776,7 +776,7 @@
       </plugins>
     </pluginManagement>
     <plugins>
-      <plugin>
+      <!-- plugin>
         <artifactId>maven-one-plugin</artifactId>
         <executions> 
           <execution>
@@ -789,7 +789,7 @@
             </goals>
           </execution>
         </executions>
-      </plugin>
+      </plugin -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -817,4 +817,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file