You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/08/29 18:13:36 UTC

svn commit: r690312 - /servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml

Author: gertv
Date: Fri Aug 29 09:13:34 2008
New Revision: 690312

URL: http://svn.apache.org/viewvc?rev=690312&view=rev
Log:
Making the 'all' profile active by default

Modified:
    servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml

Modified: servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml?rev=690312&r1=690311&r2=690312&view=diff
==============================================================================
--- servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml (original)
+++ servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml Fri Aug 29 09:13:34 2008
@@ -71,6 +71,9 @@
   <profiles>
     <profile>
       <id>all</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
       <modules>
         <module>checksum-maven-plugin</module>
         <module>depends-maven-plugin</module>