dion 2004/09/06 20:52:45
Modified: jelly maven.xml
Log:
Add clean-build goal
Revision Changes Path
1.83 +8 -2 jakarta-commons/jelly/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/jelly/maven.xml,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- maven.xml 27 Aug 2004 05:26:56 -0000 1.82
+++ maven.xml 7 Sep 2004 03:52:45 -0000 1.83
@@ -356,8 +356,14 @@
</goal>
-
- <goal name="pack-fat-jar" prereqs=""
+ <goal name="clean-build">
+ <attainGoal name="clean"/>
+ <attainGoal name="jar:install-snapshot"/>
+ ${systemScope.put('goal','clean,jar:install-snapshot')}
+ <attainGoal name="multiproject:goal"/>
+ </goal>
+
+ <goal name="pack-fat-jar" prereqs=""
description="Creates a jar with all the dependencies of jelly and the
taglibs indicated in ${tagLibs}.">
<!-- variables:
- tagLibs: a comma-separated list of taglib-names (without the "jelly:")
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]