jstrachan 2003/01/16 01:01:24
Modified: jelly README.txt
Log:
updated the readme with some common maven goals
Revision Changes Path
1.5 +9 -0 jakarta-commons-sandbox/jelly/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jelly/README.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README.txt 7 Nov 2002 08:33:34 -0000 1.4
+++ README.txt 16 Jan 2003 09:01:24 -0000 1.5
@@ -6,6 +6,15 @@
maven
+Some common maven goals for building and testing this project are
+
+ clean : cleans up the build so new builds will start from fresh
+ test : just run the unit tests
+ jar : compiles, runs unit tests and if they work build the jar
+ javadoc : creates the javadoc
+ site : build the complete documentation with reports, javadoc etc
+ dist : creates a distribution
+
For more help using Maven please go to
http://jakarta.apache.org/turbine/maven/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>