jvanzyl 2003/02/21 06:57:05
Modified: xdocs/reference user-guide.xml
Log:
o Adding Emmanuel's little CLI summary to the user's guide.
Revision Changes Path
1.45 +28 -1 jakarta-turbine-maven/xdocs/reference/user-guide.xml
Index: user-guide.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/reference/user-guide.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- user-guide.xml 21 Feb 2003 14:50:16 -0000 1.44
+++ user-guide.xml 21 Feb 2003 14:57:05 -0000 1.45
@@ -49,6 +49,7 @@
<li><a href="#Using SNAPSHOT Dependencies">Using SNAPSHOT
Dependencies</a></li>
<li><a href="#Multi Project Builds and the Reactor">Multi Project
Builds and the Reactor</a></li>
<li><a href="#Building Offline">Building Offline</a></li>
+ <li><a href="#Summary of CLI Options">Summary of CLI Options</a></li>
</ol>
</li>
<li><a href="#Testing">Testing</a>
@@ -989,7 +990,33 @@
]]></source>
</subsection>
-
+
+ <subsection name="Summary of CLI Options">
+ <p>
+ If you are using the CLI to build, here is a quick summary of the
+ options available:
+ </p>
+
+<source><![CDATA[
+Options:
+ -D,--define arg Define a system property
+ -E,--emacs Produce logging information without adornments
+ -X,--debug Produce execution debug output
+ -b,--nobanner Suppress logo banner
+ -d,--dir arg Set effective working directory
+ -e,--exception Produce exception stack traces
+ -f,--find arg Set project file and effective working directory by
+ finding the project file
+ -g,--goals Display available goals
+ -h,--help Display help information
+ -i,--info Display system information
+ -o,--offline Build is happening offline
+ -p,--pom arg Set project file
+ -v,--version Display version information
+]]></source>
+
+ </subsection>
+
</section>
<section name="Testing">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]