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

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

Author: chirino
Date: Mon Aug  4 07:40:18 2008
New Revision: 682406

URL: http://svn.apache.org/viewvc?rev=682406&view=rev
Log:
Can't seem to be able to use the release plugin in a non-reactor mode, so move the module declarations into a profile

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=682406&r1=682405&r2=682406&view=diff
==============================================================================
--- servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml (original)
+++ servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml Mon Aug  4 07:40:18 2008
@@ -26,27 +26,17 @@
   
   <groupId>org.apache.servicemix.tooling</groupId>
   <artifactId>maven-plugins-pom</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   
   <packaging>pom</packaging>
   <name>ServiceMix :: Maven2 Plugins POM</name>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/maven-plugins/maven-plugins-pom/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/maven-plugins/maven-plugins-pom/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/servicemix/maven-plugins/maven-plugins-pom/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/maven-plugins/maven-plugins-pom/tags/maven-plugins-pom-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/maven-plugins/maven-plugins-pom/tags/maven-plugins-pom-1.0.0</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/servicemix/maven-plugins/maven-plugins-pom/tags/maven-plugins-pom-1.0.0</url>
   </scm>
-  
-  <modules>
-    <module>checksum-maven-plugin</module>
-    <module>depends-maven-plugin</module>
-    <module>features-maven-plugin</module>
-    <module>jbi-maven-plugin</module>
-    <module>res-maven-plugin</module>
-    <module>xfire-maven-plugin</module>
-    <module>servicemix-build</module>
-  </modules>
-  
+    
   <reporting>
     <plugins>
       <plugin>
@@ -80,6 +70,19 @@
   
   <profiles>
     <profile>
+      <id>all</id>
+      <modules>
+        <module>checksum-maven-plugin</module>
+        <module>depends-maven-plugin</module>
+        <module>features-maven-plugin</module>
+        <module>jbi-maven-plugin</module>
+        <module>res-maven-plugin</module>
+        <module>xfire-maven-plugin</module>
+        <module>servicemix-build</module>
+      </modules>
+    </profile>
+    
+    <profile>
       <id>release</id>
       <build>
         <plugins>