Author: allee8285
Date: Mon Apr 15 22:16:25 2013
New Revision: 1468253
URL: http://svn.apache.org/r1468253
Log:
CMS commit to openjpa by allee8285
Modified:
openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext
Modified:
openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext
URL:
http://svn.apache.org/viewvc/openjpa/site/trunk/content/apache-nexus-release-process-%281.2.x-2.1.x%29.mdtext?rev=1468253&r1=1468252&r2=1468253&view=diff
==============================================================================
---
openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext
(original)
+++
openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext
Mon Apr 15 22:16:25 2013
@@ -110,17 +110,17 @@ created. If that doesn't help, try runni
$ mvn release:prepare
-Papache-release,docbook-profile,test-derbymem,bval -DskipTests \
-DpreparationGoals="clean install" \
- [-Dusername=svn.user -Dpassword=svn.password]
+ -Dusername=svn.user -Dpassword=svn.password
<div class="note">
Different arguments and steps are required as there are problems with the
maven-jar-plugin and maven-release-plugin when using the test-jar goal. See <a
href="http://jira.codehaus.org/browse/MJAR-68">http://jira.codehaus.org/browse/MJAR-68</a>
and <a href =
"http://jira.codehaus.org/browse/MRELEASE-285">,http://jira.codehaus.org/browse/MRELEASE-285</a>.
$ mvn release:prepare
-Papache-release,docbook-profile,test-derbymem,bval -DskipTests \
- -DpreparationGoals="clean install"
+ -DpreparationGoals="clean install" -Dusername=allee8285
-Dpassword=xxxxxxxx
... Build failed....
$ mvn install -DskipTests
$ mvn release:prepare
-Papache-release,docbook-profile,test-derbymem,bval -DskipTests \
- -DpreparationGoals="clean install"
+ -DpreparationGoals="clean install" -Dusername=allee8285
-Dpassword=xxxxxxxx
</div>