You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by st...@apache.org on 2003/01/09 08:14:32 UTC

cvs commit: jakarta-turbine-fulcrum maven.xml

stephenh    2003/01/08 23:14:32

  Modified:    .        maven.xml
  Log:
  Added postGoal to copy the avalon-roles.xml file over to the target directory so it is available for FulcrumContainer to actually initialize.
  
  Revision  Changes    Path
  1.8       +7 -0      jakarta-turbine-fulcrum/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/maven.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- maven.xml	11 Oct 2002 03:52:44 -0000	1.7
  +++ maven.xml	9 Jan 2003 07:14:32 -0000	1.8
  @@ -2,6 +2,13 @@
     xmlns:j="jelly:core"
     xmlns:m="maven">
   
  +  <postGoal name="java:compile">
  +    <copy
  +      file="src/java/org/apache/fulcrum/avalon-roles.xml"
  +      tofile="target/classes/org/apache/fulcrum/avalon-roles.xml"
  +    />
  +  </postGoal>
  +
     <!-- ================================================================== -->
     <!-- T O R Q U E  G E N E R A T I O N  P R E  G O A L                   --> 
     <!-- ================================================================== -->
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>