[gatein-commits] gatein SVN: r256 - tools/maven/parent/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Oct 4 15:43:25 EDT 2009


Author: chris.laprun at jboss.com
Date: 2009-10-04 15:43:24 -0400 (Sun, 04 Oct 2009)
New Revision: 256

Modified:
   tools/maven/parent/trunk/pom.xml
Log:
Patch from aheritier:
- Add a workaround for MSOURCES-44
- Fix settings for release plugin



Modified: tools/maven/parent/trunk/pom.xml
===================================================================
--- tools/maven/parent/trunk/pom.xml	2009-10-04 12:26:31 UTC (rev 255)
+++ tools/maven/parent/trunk/pom.xml	2009-10-04 19:43:24 UTC (rev 256)
@@ -148,6 +148,13 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <version>2.0-beta-9</version>
+          <!-- We cannot set properties to configure the plugin 
+          because the config is hardcoded in JBoss Parent -->
+          <configuration>
+            <useReleaseProfile>${useReleaseProfile}</useReleaseProfile>
+            <arguments>${arguments}</arguments>
+            <autoVersionSubmodules>${autoVersionSubmodules}</autoVersionSubmodules>
+          </configuration>
         </plugin>
         
         <plugin>
@@ -167,6 +174,8 @@
           <artifactId>maven-source-plugin</artifactId>
           <version>2.1</version>
           <configuration>
+            <!-- This is a workaroud for MSOURCES-44 -->
+            <includePom>true</includePom>
             <archive>
               <manifest>
                 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>



More information about the gatein-commits mailing list