[weld-commits] Weld SVN: r7213 - archetypes/javaee6-webapp/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Mar 31 00:52:55 EDT 2011


Author: dan.j.allen
Date: 2011-03-31 00:52:54 -0400 (Thu, 31 Mar 2011)
New Revision: 7213

Modified:
   archetypes/javaee6-webapp/trunk/archetype-excludes.txt
   archetypes/javaee6-webapp/trunk/release-procedure.txt
Log:
update instructions; exclude file


Modified: archetypes/javaee6-webapp/trunk/archetype-excludes.txt
===================================================================
--- archetypes/javaee6-webapp/trunk/archetype-excludes.txt	2011-03-31 04:43:49 UTC (rev 7212)
+++ archetypes/javaee6-webapp/trunk/archetype-excludes.txt	2011-03-31 04:52:54 UTC (rev 7213)
@@ -9,3 +9,4 @@
 archetype-excludes.txt
 WORKLOG
 eclipse-dot-files
+release-procedure.txt

Modified: archetypes/javaee6-webapp/trunk/release-procedure.txt
===================================================================
--- archetypes/javaee6-webapp/trunk/release-procedure.txt	2011-03-31 04:43:49 UTC (rev 7212)
+++ archetypes/javaee6-webapp/trunk/release-procedure.txt	2011-03-31 04:52:54 UTC (rev 7213)
@@ -7,7 +7,13 @@
 cd ../tags
 svn update
 cd 1.0.1.Q
-vim pom.xml (uncomment distributionManagement section) 
+vim pom.xml (uncomment distributionManagement section and nexus-maven-plugin section) 
+make sure your $HOME/.m2/settings.xml has a server defined as follows:
+   <server>
+      <id>central-releases-repository</id>
+      <username>%sonatype-username%</username>
+      <password>%sonatype-password%</password>
+   </server>
 svn commit pom.xml -m "use central as dist repo"
 vim pom.xml (change 1.0.1.Q to 1.0.1-SNAPSHOT)
 mvn release:prepare --batch-mode -Drelease -DdevelopmentVersion=1.0.1-SNAPSHOT -DreleaseVersion=1.0.1.Q -Dtag=1.0.1.Q -DdryRun=true



More information about the weld-commits mailing list