shuber 2004/10/21 20:15:46 CEST
Added files:
. maven.xml
Log:
Added maven.xml file to project, to allow default goal as well as a goal to execute
the Jahia Doctor "maven jahiadoctor"
Revision Changes Path
1.1 +12 -0 jahiadoctor/maven.xml (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahiadoctor/maven.xml?rev=1.1&content-type=text/plain
Index: maven.xml
====================================================================
<project default="uberjar"
xmlns:j="jelly:core"
xmlns:util="jelly:util"
xmlns:ant="jelly:ant">
<goal name="jahiadoctor" prereqs="uberjar" >
<java fork="true"
jar="${maven.build.dir}/${pom.artifactId}-${pom.currentVersion}-uber.jar">
<jvmarg value="-Xmx512M"/>
</java>
</goal>
</project>