You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/12/13 21:17:21 UTC

svn commit: r1421485 - /db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml

Author: tfischer
Date: Thu Dec 13 20:17:20 2012
New Revision: 1421485

URL: http://svn.apache.org/viewvc?rev=1421485&view=rev
Log:
update release docs

Modified:
    db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml?rev=1421485&r1=1421484&r2=1421485&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml Thu Dec 13 20:17:20 2012
@@ -183,23 +183,23 @@
       </p>
       <p>
         To start building a release, run 
-        <code>mvn -Ptest,derbyEmbedded release:prepare</code>.
+        <code>mvn release:prepare</code>.
         This will change the version in the poms to the release version
         and then run a clean verify cycle on the new poms. This will fail
         because the test project needs the maven plugin which is not installed
-        in the new version yet. To fix this, run
-        <code>rm test-project/derby.log</code> and
-        <code>mvn install</code> to install the torque maven plugin
-        in the release version.
+        in the new version yet. To fix this, you might have to run
+        <code>rm torque-test/derby.log</code>, then run
+        <code>mvn -Ptest,derbyEmbedded install</code> 
+        to install the torque artifacts in the release version.
         Then run again
-        <code>mvn -Ptest,derbyEmbedded release:prepare
+        <code>mvn release:prepare
         -Dusername=YourApacheUsername -Dpassword=YourApachePassword</code>
         to finish building the release, creating a tag for the release and 
         changing the pom's version entry to the new development version.
       </p>
       <p>
         To build the release and install it in the nexus taging repository,
-        run <code>mvn -Ptest,derbyEmbedded release:perform</code>.
+        run <code>mvn release:perform</code>.
       </p>
       <p>
         To test the release, login into https://repository.apache.org and 



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org