Author: sebb Date: Sat Apr 30 11:08:13 2016 New Revision: 1741747 URL: http://svn.apache.org/viewvc?rev=1741747&view=rev Log: Tweaks
Modified: commons/proper/net/trunk/BUILDING.txt Modified: commons/proper/net/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/BUILDING.txt?rev=1741747&r1=1741746&r2=1741747&view=diff ============================================================================== --- commons/proper/net/trunk/BUILDING.txt (original) +++ commons/proper/net/trunk/BUILDING.txt Sat Apr 30 11:08:13 2016 @@ -24,3 +24,8 @@ For Java 8+, the MaxPermSize option shou export MAVEN_OPTS="-Xmx512m" # Unix set MAVEN_OPTS="-Xmx512m" # Windows + +To deploy: + +mvn deploy -Prelease -Duser.name=*ASF ID* -Pjava-1.6 [-Ptest-deploy] +The test-deploy profile deploys to target/deploy rather than Nexus