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 JamesMitchell:
http://wiki.apache.org/struts/StrutsMavenRelease

The comment on the change is:
make the version a bit generic

------------------------------------------------------------------------------
  
  == 1. Releasing Struts Action ==
  
-  1. Create the new directory on cvs.apache.org, for example 
cvs.apache.org/dist/struts/action/v1.3.2
+  1. Create the new directory on cvs.apache.org, for example 
cvs.apache.org/dist/struts/action/v1.3.x (no, don't actually use 'x')
   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.
@@ -21, +21 @@

          {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
+     scp target/assembly/out/* 
people.apache.org:/www/cvs.apache.org/dist/struts/action/v.1.3.x
  }}}
  
  == 2. Releasing the struts-parent pom ==

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

Reply via email to