[seam-commits] Seam SVN: r14220 - branches/community/Seam_2_3/jboss-seam-parent.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Oct 8 06:28:25 EDT 2011


Author: manaRH
Date: 2011-10-08 06:28:24 -0400 (Sat, 08 Oct 2011)
New Revision: 14220

Modified:
   branches/community/Seam_2_3/jboss-seam-parent/pom.xml
Log:
added profile RELEASE for maven-release-plugin configuration

Modified: branches/community/Seam_2_3/jboss-seam-parent/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-parent/pom.xml	2011-10-08 09:34:34 UTC (rev 14219)
+++ branches/community/Seam_2_3/jboss-seam-parent/pom.xml	2011-10-08 10:28:24 UTC (rev 14220)
@@ -1974,6 +1974,26 @@
             </pluginManagement>
          </build>
       </profile>
+      <profile>
+        <id>release</id>
+        <build>
+            <plugins>
+                <plugin>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <version>2.2.1</version>
+			        <configuration>
+			          <tagBase>https://svn.jboss.org/repos/seam/tags</tagBase>
+			          <stagingRepository>https://repository.jboss.org/nexus/content/groups/staging</stagingRepository>
+			          <tagNameFormat>JBoss_Seam_@{project.version}</tagNameFormat>
+			          <autoVersionSubmodules>true</autoVersionSubmodules>
+			        </configuration>
+                </plugin>
+            </plugins>
+        </build>
+        <modules>
+            <module>../seam-reference-guide</module>
+        </modules>
+      </profile>
 	</profiles>
 
 



More information about the seam-commits mailing list