polx 2004/06/23 01:12:01
Modified: jelly maven.xml
Log:
Adding the pack-fat-jar with a full set of default values.
paul
Revision Changes Path
1.72 +3 -2 jakarta-commons/jelly/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/jelly/maven.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- maven.xml 24 May 2004 21:39:35 -0000 1.71
+++ maven.xml 23 Jun 2004 08:12:01 -0000 1.72
@@ -344,7 +344,8 @@
<!-- this goal isn't really much tested yet but could be the key
to get a better packaging -->
- <property name="tagLibs" value=""/>
+ <property name="tagLibs"
value="ant,bean,beanshell,betwixt,define,dynabean,fmt,html,http,interaction,junit,jsl,log,swing,threads,util,validate,velocity,xml,xmlunit"/>
+ <!-- arbitrary set of taglibs with dependencies that should
have no problems -->
<property name="doBuildAll" value="false"/>
<property name="fatJarPath" value="${maven.build.dir}/fatjelly.jar"/>
<property name="classpathFile"
value="${maven.build.dir}/classpath-with-deps.txt"/>
@@ -407,7 +408,7 @@
<!-- merging it all -->
<j:if test="${'' ne fatJarPath}">
- <jar destfile="${fatJarPath}">
+ <jar destfile="${fatJarPath}" update="yes">
<manifest>
<attribute name="Main-Class"
value="org.apache.commons.jelly.Jelly"/></manifest>
<j:forEach var="dep" items="${deps}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]