[jboss-cvs] JBossAS SVN: r101896 - projects/specs/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 4 16:15:03 EST 2010


Author: pgier
Date: 2010-03-04 16:15:02 -0500 (Thu, 04 Mar 2010)
New Revision: 101896

Modified:
   projects/specs/trunk/pom.xml
Log:
[JBEE-15] Don't recursively build modules when releasing the parent.

Modified: projects/specs/trunk/pom.xml
===================================================================
--- projects/specs/trunk/pom.xml	2010-03-04 20:54:15 UTC (rev 101895)
+++ projects/specs/trunk/pom.xml	2010-03-04 21:15:02 UTC (rev 101896)
@@ -67,5 +67,21 @@
     <module>jboss-transaction-api_1.1_spec</module>
     
   </modules>
+  
+  <profiles>
+    <profile>
+      <id>parent-release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-release-plugin</artifactId>
+            <configuration>
+              <arguments>-N</arguments>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 
 </project>




More information about the jboss-cvs-commits mailing list