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>
 
 

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to