Author: sebb
Date: Sat Apr 16 08:51:25 2016
New Revision: 1739431
URL: http://svn.apache.org/viewvc?rev=1739431&view=rev
Log:
Tweaks
Modified:
commons/proper/validator/trunk/BUILDING.txt
Modified: commons/proper/validator/trunk/BUILDING.txt
URL:
http://svn.apache.org/viewvc/commons/proper/validator/trunk/BUILDING.txt?rev=1739431&r1=1739430&r2=1739431&view=diff
==============================================================================
--- commons/proper/validator/trunk/BUILDING.txt (original)
+++ commons/proper/validator/trunk/BUILDING.txt Sat Apr 16 08:51:25 2016
@@ -10,7 +10,11 @@ For setting up your Maven installation t
http://commons.apache.org/commons-parent-pom.html#Testing_with_different_Java_versions
-Building the site will also generally require at least Java 7.
+Building the site will also generally require at least Java 7 to run Maven.
+To build the site from scratch, you can use:
+
+mvn clean site [-Pjava-1.6]
+
Also, ensure Maven has enough memory when using Java 7:
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m" # Unix