Author: alex.guizar(a)jboss.com
Date: 2011-02-08 16:54:07 -0500 (Tue, 08 Feb 2011)
New Revision: 6889
Modified:
projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml
Log:
JBPM-3047 configure release plugin
Modified: projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml 2011-02-03 10:54:37 UTC (rev
6888)
+++ projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml 2011-02-08 21:54:07 UTC (rev
6889)
@@ -115,6 +115,16 @@
<!-- Plugins -->
<build>
+ <plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <goals>deploy</goals>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+ </plugin>
+
<pluginManagement>
<plugins>
<plugin>