You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2017/11/14 14:15:00 UTC

svn commit: r1815220 - /commons/proper/daemon/trunk/HOWTO-RELEASE.txt

Author: markt
Date: Tue Nov 14 14:15:00 2017
New Revision: 1815220

URL: http://svn.apache.org/viewvc?rev=1815220&view=rev
Log:
Drop the test JARs. Keep the binaries.

Modified:
    commons/proper/daemon/trunk/HOWTO-RELEASE.txt

Modified: commons/proper/daemon/trunk/HOWTO-RELEASE.txt
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/HOWTO-RELEASE.txt?rev=1815220&r1=1815219&r2=1815220&view=diff
==============================================================================
--- commons/proper/daemon/trunk/HOWTO-RELEASE.txt (original)
+++ commons/proper/daemon/trunk/HOWTO-RELEASE.txt Tue Nov 14 14:15:00 2017
@@ -77,8 +77,12 @@ mvn deploy -Prelease [-Ptest-deploy]
 The test-deploy profile will deploy to target/deploy; omit for the live deploy
 
 Note: do not use clean in the same invocation.
-Not sure why, but with Commons-Parent v21 this results deploying the non-Maven archives (zip and tar.gz) as well.
-They can be deleted before closing the repo, but it is easier not to create them.
+Remove the following artifacts and associated hashes/sigs before closing the
+repo:
+- tests.jar         (there are no tests, just a simple sample)
+- test-sources.jar  (there are no tests, just a simple sample)
+Do not remove the binary distributions since some users depend on Maven Central
+to obtain these.
 
 
 Updating the site