Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsMavenRelease

The comment on the change is:
The site must be built before the assembly.

------------------------------------------------------------------------------
   1. Ensure that your settings.xml contains a <server> for 
apache-maven-test-builds (see the Suggested Settings section on 
StrutsMaintenanceMaven)
   1. Clear out your local Maven repo
   1. Build all jar and war artifacts, including -sources and -javadoc, and 
deploy them to maven-snapshot-repository.
+  1. Build and deploy the website
   1. Create the assembly and upload it to cvs.apache.org/dist
   1. Make sure that everything under 
maven-snapshot-repository/org/apache/struts is group writeable
   1. Create and upload signatures for all .jar and .pom files in 
maven-snapshot-repository, and the .zip, and .tar.gz files.
@@ -16, +17 @@

      rm -rf $M2_REPO/org/apache/struts/action
      mvn deploy -P pre-assembly
          {about 20 minutes later...}
+     mvn site site:deploy
+         {may have to deploy the site for each module individually}
      cd assembly
      mvn assembly:assembly
      scp target/assembly/out/* 
people.apache.org:/www/cvs.apache.org/dist/struts/action/v.1.3.2

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to