henning 2004/10/30 10:18:56
Modified: extensions/maven-plugin/src/plugin plugin.jelly
Log:
Add turbine:war goal, replacing turbine:webapp in the long run. This
makes running reactor based builds easier.
Revision Changes Path
1.5 +11 -0
jakarta-turbine-2/extensions/maven-plugin/src/plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/extensions/maven-plugin/src/plugin/plugin.jelly,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- plugin.jelly 27 Sep 2004 18:36:04 -0000 1.4
+++ plugin.jelly 30 Oct 2004 17:18:56 -0000 1.5
@@ -305,6 +305,17 @@
<!-- -->
<!-- ======================================================================== -->
<goal name="turbine:webapp"
+ prereqs="turbine:war">
+ <ant:echo>
+*********************************************************************************
+*** ***
+*** turbine:webapp is deprecated and will be removed. Please use turbine:war! ***
+*** ***
+*********************************************************************************
+ </ant:echo>
+ </goal>
+
+ <goal name="turbine:war"
description="Generate a Turbine based Web application (war)"
prereqs="turbine:check-runtime-environment,java:compile, war:webapp">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]