blob: bb4c38536b0f122d8d6400688c90e7c41c91c151 [file] [log] [blame]
Building Log4J 2
To build Log4J 2, you need a JDK implementation version 1.6 or greater, and Apache Maven.
To build the site, from a command line, run:
mvn clean install
mvn site
On Windows, use a local staging directory, for example:
mvn site:stage-deploy -DstagingSiteURL=file:///%HOME%/log4j
On UNIX, use a local staging directory, for example:
mvn site:stage-deploy -DstagingSiteURL=file:///$HOME/log4j
To test, run:
mvn test