Author: sebb Date: Sun May 1 00:51:32 2016 New Revision: 1741830 URL: http://svn.apache.org/viewvc?rev=1741830&view=rev Log: Cannot run Checkstyle with Java 6
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=1741830&r1=1741829&r2=1741830&view=diff ============================================================================== --- commons/proper/net/trunk/BUILDING.txt (original) +++ commons/proper/net/trunk/BUILDING.txt Sun May 1 00:51:32 2016 @@ -13,6 +13,8 @@ http://commons.apache.org/commons-parent The latest version of Maven that runs under Java 1.6 is 3.2.5 [1] Building the site will also generally require at least Java 7 to run Maven. +In particular, the Checkstyle plugin requires Java 7. + To build the site from scratch, you can use: $ mvn clean site [-Pjava-1.6]