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 gk...@apache.org on 2020/08/13 12:44:55 UTC

svn commit: r1880827 - /db/torque/torque4/trunk/README.md

Author: gk
Date: Thu Aug 13 12:44:55 2020
New Revision: 1880827

URL: http://svn.apache.org/viewvc?rev=1880827&view=rev
Log:
- update release information

Modified:
    db/torque/torque4/trunk/README.md

Modified: db/torque/torque4/trunk/README.md
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/README.md?rev=1880827&r1=1880826&r2=1880827&view=diff
==============================================================================
--- db/torque/torque4/trunk/README.md (original)
+++ db/torque/torque4/trunk/README.md Thu Aug 13 12:44:55 2020
@@ -115,12 +115,19 @@ You will be asked for your gpg passphras
 
 First test the release locally until the build is successfull, then clean again and run and perform release:
 
-    mvn release:prepare -DdryRun=true -DautoVersionSubmodules=true -Ptest
+    mvn release:prepare -DdryRun=true -DautoVersionSubmodules=true -Ptest,managers,beans
 
     mvn release:clean -DautoVersionSubmodules=true 
+    
+##### Important information from the developer-guide: 
 
-    mvn release:prepare -DautoVersionSubmodules=true -Ptest
+    Running release:prepare "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, you might have to run rm torque-test/derby.log, then run *mvn install* to install the torque artifacts in the release version. 
+    Then run again mvn -Ptest release:prepare .. to finish building the release".
 
+    mvn release:prepare -DautoVersionSubmodules=true -Ptest
+    
     mvn release:perform 
 
 Now close the staging repository after Login in Nexus Repo



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