Author: mbenson
Date: Tue Apr 10 13:29:14 2012
New Revision: 1311714
URL: http://svn.apache.org/viewvc?rev=1311714&view=rev
Log:
CMS commit to bval by mbenson
Modified:
bval/cms-site/trunk/content/release-process.mdtext
Modified: bval/cms-site/trunk/content/release-process.mdtext
URL:
http://svn.apache.org/viewvc/bval/cms-site/trunk/content/release-process.mdtext?rev=1311714&r1=1311713&r2=1311714&view=diff
==============================================================================
--- bval/cms-site/trunk/content/release-process.mdtext (original)
+++ bval/cms-site/trunk/content/release-process.mdtext Tue Apr 10 13:29:14 2012
@@ -38,7 +38,7 @@ releases)
1. Perform a full build and deploy the SNAPSHOT artifacts:
:::sh
- mvn clean deploy -Papache-release
+ mvn -Papache-release clean deploy
1. Run the [JSR303 TCK](/jsr303-tck.html) to verify the latest code passes.
1. Inspect the files in your local target directories to ensure:
@@ -127,7 +127,7 @@ See [http://jira.codehaus.org/browse/MJA
and
[http://jira.codehaus.org/browse/MRELEASE-285](http://jira.codehaus.org/browse/MRELEASE-285).**
:::sh
- mvn release:prepare -Papache-release -DskipTests=true
-DpreparationGoals="clean install"
+ mvn -Papache-release release:prepare
1. Backup (zip or tar) your local release candidate directory in case you
need to rollback the release after the next step is performed.
@@ -145,7 +145,7 @@ need to rollback the release after the n
See [Release Setup](/release-setup.html) for more information.
:::sh
- mvn release:perform -Papache-release -Duser.name=[your_apache_uid]
+ mvn -Papache-release release:perform
[-Duser.name=<your_apache_uid>]
**If your local OS userid doesn't match your Apache userid, then
you'll have to also override the value provided by the OS to Maven for the
@@ -162,7 +162,7 @@ site:deploy` and will deploy the site fi
1. **Enterprise --> Staging**
1. **Staging tab --> Name column --> org.apache.bval**
1. Navigate through the artifact tree and make sure that all `javadoc`,
- `sources`, `tests` jars, ... have `.asc` (GPG signature) and `.md5`
+ `sources`, `tests` jars, as well as the `pom`, ... have `.asc` (GPG
signature) and `.md5`
files (see [Repository FAQ][] and [Detached Signatures][]).
1. Close the nexus staging repo:
1.
[https://repository.apache.org/index.html](https://repository.apache.org/index.html)