Author: chris.laprun(a)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>