You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/08/17 02:10:26 UTC

svn commit: r1618435 - /logging/log4j/log4j2/trunk/BUILDING.txt

Author: mattsicker
Date: Sun Aug 17 00:10:26 2014
New Revision: 1618435

URL: http://svn.apache.org/r1618435
Log:
Add note about supported Maven version.

Modified:
    logging/log4j/log4j2/trunk/BUILDING.txt

Modified: logging/log4j/log4j2/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/BUILDING.txt?rev=1618435&r1=1618434&r2=1618435&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/BUILDING.txt (original)
+++ logging/log4j/log4j2/trunk/BUILDING.txt Sun Aug 17 00:10:26 2014
@@ -1,6 +1,8 @@
 Building Log4j 2
   
 To build Log4j 2, you need a JDK implementation version 1.6 or greater, and Apache Maven.
+Note that building the site requires Maven 3.0.5, while everything else works
+fine with any version of Maven 3.
 
 To build the site, from a command line, run:
 
@@ -27,4 +29,4 @@ mvn package -DskipTests
 Next, you can run the tests as usual, which will pick up the jar files to use as OSGi bundles from the various target 
 directories:
 
-mvn test
\ No newline at end of file
+mvn test