dion        02/05/05 05:05:13

  Modified:    src/templates/build build.xml
  Log:
  Add war and ear targets to sample build file
  
  Revision  Changes    Path
  1.32      +10 -0     jakarta-turbine-maven/src/templates/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml 27 Apr 2002 13:56:43 -0000      1.31
  +++ build.xml 5 May 2002 12:05:13 -0000       1.32
  @@ -136,6 +136,16 @@
         <ant antfile="$mavenDirectory/build-maven.xml" target="verify-project"/>
       </target>
   
  +    <target 
  +      name="maven:war">
  +      <ant antfile="$mavenDirectory/build-j2ee.xml" target="war"/>
  +    </target>
  +
  +    <target 
  +      name="maven:ear">
  +      <ant antfile="$mavenDirectory/build-j2ee.xml" target="ear"/>
  +    </target>
  +
     <!-- maven:end -->
   
   </project>
  
  
  


Reply via email to