Author: taylor
Date: Thu Dec 8 01:01:57 2005
New Revision: 355045
URL: http://svn.apache.org/viewcvs?rev=355045&view=rev
Log:
goals for new installer
Modified:
portals/jetspeed-2/trunk/maven-plugin/plugin.jelly
Modified: portals/jetspeed-2/trunk/maven-plugin/plugin.jelly
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven-plugin/plugin.jelly?rev=355045&r1=355044&r2=355045&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/plugin.jelly (original)
+++ portals/jetspeed-2/trunk/maven-plugin/plugin.jelly Thu Dec 8 01:01:57 2005
@@ -944,5 +944,23 @@
<ant:fail message="Unable to download ${depFullname}" />
</j:if>
</goal>
-
+
+ <goal name="j2:buildDerbyInstaller">
+ <ant:property name="install.name" value="Jetspeed2.0-derby" />
+ <ant:copy file="${basedir}/installer2/antinstall-config-derby.xml"
tofile="${basedir}/installer2/antinstall-config.xml" overwrite="true" />
+ <ant:ant dir="${basedir}/installer2" antfile="build-installer.xml"
target="selfextract" />
+ </goal>
+
+ <goal name="j2:buildMultiInstaller">
+ <ant:property name="install.name" value="Jetspeed2.0-MultiDB" />
+ <ant:copy file="${basedir}/installer2/antinstall-config-multi.xml"
tofile="${basedir}/installer2/antinstall-config.xml" overwrite="true" />
+ <ant:ant dir="${basedir}/installer2" antfile="build-installer.xml"
target="selfextract" />
+ </goal>
+
+ <goal name="j2:cleanInstaller">
+ <ant:delete file="${basedir}/installer2/antinstall-config.xml" />
+ <ant:ant dir="${basedir}/installer2" antfile="build-installer.xml"
target="clean" />
+ </goal>
+
</project>
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]