You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Apache Wiki <wi...@apache.org> on 2006/04/27 07:16:15 UTC

[Struts Wiki] Update of "StrutsMavenRelease" by JamesMitchell

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org