You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2003/04/07 18:07:07 UTC

cvs commit: jakarta-turbine-2 maven.xml

henning     2003/04/07 09:07:07

  Modified:    .        maven.xml
  Log:
  add some comments to the goals
  
  Revision  Changes    Path
  1.11      +24 -5     jakarta-turbine-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/maven.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- maven.xml	25 Mar 2003 20:47:39 -0000	1.10
  +++ maven.xml	7 Apr 2003 16:07:07 -0000	1.11
  @@ -1,3 +1,13 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +
  +<!-- ======================================================================== -->
  +<!--                                                                          -->
  +<!--  maven Buildfile                                                         -->
  +<!--                                                                          -->
  +<!-- $Id$ -->
  +<!--                                                                          -->
  +<!-- ======================================================================== -->
  +
   <project
     xmlns:j="jelly:core"
     xmlns:m="maven"
  @@ -5,20 +15,29 @@
     xmlns:maven="jelly:maven"
     default="java:jar">
   
  -  <!-- Define a post goal for compile to copy intake.dtd into the appropriate
  -       location for packaging in the jar file.  -->
  +  <!-- ================================================================== -->
  +  <!-- C O M P I L E   P O S T - G O A L                                  -->
  +  <!-- ================================================================== -->
  +  <!-- executed before the building of the jar, it copies all the various -->
  +  <!-- resource files into the jar build directory                        -->
  +  <!-- ================================================================== -->
   
     <postGoal name="java:compile">
  -
       <copy
         file="${maven.src.dir}/dtd/intake.dtd"
         todir="${maven.build.dest}/org/apache/turbine/services/intake/transform"
       />
  -
     </postGoal>
   
  -  <preGoal name="java:compile">
  +  <!-- ================================================================== -->
  +  <!-- T O R Q U E  G E N E R A T I O N  P R E  G O A L                   --> 
  +  <!-- ================================================================== -->
  +  <!-- This preGoal is executed before the the compilation goal so that   -->
  +  <!-- the sources for the security service and the scheduler are         -->
  +  <!-- generated.                                                         -->
  +  <!-- ================================================================== -->
   
  +  <preGoal name="java:compile">
       <copy todir="target/src">
         <fileset dir="src/java"/>
       </copy>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org