Author: ggregory
Date: Mon Apr 22 14:14:02 2013
New Revision: 1470530
URL: http://svn.apache.org/r1470530
Log:
Better instructions for site generation.
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=1470530&r1=1470529&r2=1470530&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/BUILDING.txt (original)
+++ logging/log4j/log4j2/trunk/BUILDING.txt Mon Apr 22 14:14:02 2013
@@ -7,6 +7,14 @@ To build the site, from a command line,
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
\ No newline at end of file