jvanzyl 2002/09/29 18:19:47
Modified: src/bin driver.jelly
Log:
o Add a hook around the beginning of the build. The start of trying
to provide a well defined lifecycle for the build.
Revision Changes Path
1.25 +6 -14 jakarta-turbine-maven/src/bin/driver.jelly
Index: driver.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/bin/driver.jelly,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- driver.jelly 17 Aug 2002 03:26:20 -0000 1.24
+++ driver.jelly 30 Sep 2002 01:19:47 -0000 1.25
@@ -47,6 +47,12 @@
</define:taglib>
+ <!-- Allow a hook for processing around the build start. -->
+
+ <goal name="build:start"/>
+
+ <attainGoal name="build:start"/>
+
<!-- ================================================================== -->
<!-- D R I V E R I N I T I A L I Z A T I O N -->
<!-- ================================================================== -->
@@ -84,20 +90,6 @@
<pathelement location="${pom.build.SourceDirectory}"/>
</path>
</j:if>
-
- <!--
-
- Need to break the ant dependency and then we'll be cool.
-
- <m:verifyProject
- mavenRemoteRepo=""
- mavenLocalRepo=""
- mavenProject=""
- proxyHost=""
- proxyPort=""
- />
-
- -->
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>