Author: bodewig Date: Sat Mar 16 06:28:44 2013 New Revision: 1457209 URL: http://svn.apache.org/r1457209 Log: Initial Nexus hints
Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1457209&r1=1457208&r2=1457209&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original) +++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Sat Mar 16 06:28:44 2013 @@ -31,6 +31,13 @@ The instructions provided here are consistent with, but not a replacement for the <a href="http://www.apache.org/dev/release.html">ASF Release Guidlines.</a> </p> + <p>Commons uses the Nexus installation at the Apache Software Foundation to stage Maven artifacts + before the release and later publish them, the Commons Parent POM contains all the necessary configuration. + This guide covers deploying to Nexus using Maven, for alternatives see + <a href="http://www.apache.org/dev/publishing-maven-artifacts.html">the ASF wide documentation</a>. + If this is the first time you are publishing to the ASF's Nexus instance + you'll need to <a href="http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env">prepare + your development environment</a>.</p> <p> The examples below assume that preparation is being made to release version <em>1.2</em> of component <em>Foo</em>. @@ -41,7 +48,7 @@ Commons components are expected to use Maven to build the project website. Components may choose to use either Maven or Ant to build the actual jar and tar/zip files to be distributed, although it is recommended that Maven be used for this. Both approaches are covered - below. The version of Maven used is assumed to be Maven 2 throughout. At a minimum, Commons + below. The version of Maven used is assumed to be Maven 3 throughout. At a minimum, Commons releases <strong>must</strong> include full source distributions packaged in tar and zip archives. </p> @@ -170,7 +177,9 @@ <properties> <commons.componentid>foo</commons.componentid> <commons.release.version>1.2</commons.release.version> - <commons.binary.suffix></commons.binary.suffix> + <commons.rc.version>RC1</commons.rc.version> + + <-- properties not related to versioning --> <commons.jira.id>FOO</commons.jira.id> <commons.jira.pid>007</commons.jira.pid> <maven.compile.source>1.3</maven.compile.source>