Tweaks

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/trunk@1741747 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/BUILDING.txt b/BUILDING.txt
index 6ff2c25..874f605 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -24,3 +24,8 @@
 
 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