Author: aheritier
Date: 2009-08-28 07:17:55 -0400 (Fri, 28 Aug 2009)
New Revision: 39
Modified:
parent/trunk/pom.xml
Log:
EXOJCR-14 : Update release plugin settings for JBoss
Modified: parent/trunk/pom.xml
===================================================================
--- parent/trunk/pom.xml 2009-08-28 10:18:32 UTC (rev 38)
+++ parent/trunk/pom.xml 2009-08-28 11:17:55 UTC (rev 39)
@@ -127,6 +127,11 @@
<maven.compiler.optimize>true</maven.compiler.optimize>
<maven.compiler.source>1.5</maven.compiler.source>
<maven.compiler.target>1.5</maven.compiler.target>
+
+ <!-- Default release Settings -->
+ <useReleaseProfile>false</useReleaseProfile>
+ <arguments>-Prelease -Dmaven.test.skip=true</arguments>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
<!-- Encoding used for files in the project -->
<!-- Standard property supported by many plugins : compiler, resources, ...
-->
@@ -214,11 +219,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${release.plugin.version}</version>
- <configuration>
- <arguments>-Dmaven.test.skip=true</arguments>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- <goals>install</goals>
- </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Show replies by date