Author: ggregory
Date: Mon Jan 28 22:46:16 2013
New Revision: 1439681
URL: http://svn.apache.org/viewvc?rev=1439681&view=rev
Log:
Add a little more help with using Maven.
Modified:
logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm
Modified: logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm?rev=1439681&r1=1439680&r2=1439681&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm Mon Jan 28 22:46:16
2013
@@ -34,7 +34,8 @@
</p>
<p>
Log4j 2.x uses Maven 2 or 3 as its build tool. To build Log4j simply
run "mvn install" from the root
- directory.
+ directory. Then to build the site, run "mvn site". To rebuild only
what's changed and execute the tests, run "mvn test".
+ To rebuild from scratch, add "clean", for example: "mvn clean
test".
</p>
</subsection>
<subsection name="Using In Applications">