You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/04/29 12:45:33 UTC

svn commit: r1741607 - /commons/proper/validator/trunk/BUILDING.txt

Author: sebb
Date: Fri Apr 29 10:45:32 2016
New Revision: 1741607

URL: http://svn.apache.org/viewvc?rev=1741607&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=1741607&r1=1741606&r2=1741607&view=diff
==============================================================================
--- commons/proper/validator/trunk/BUILDING.txt (original)
+++ commons/proper/validator/trunk/BUILDING.txt Fri Apr 29 10:45:32 2016
@@ -24,3 +24,6 @@ For Java 8+, the MaxPermSize option shou
 
 export MAVEN_OPTS="-Xmx512m" # Unix
 set MAVEN_OPTS="-Xmx512m"    # Windows
+
+There can be problems building the site using Maven 3.0.5 or earlier;
+if so please use a later version.