You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2002/12/03 03:49:44 UTC

cvs commit: jakarta-turbine-maven maven.xml

jvanzyl     2002/12/02 18:49:44

  Modified:    .        maven.xml
  Log:
  o adding message sets to jar
  
  Revision  Changes    Path
  1.62      +6 -0      jakarta-turbine-maven/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/maven.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- maven.xml	2 Dec 2002 02:07:44 -0000	1.61
  +++ maven.xml	3 Dec 2002 02:49:44 -0000	1.62
  @@ -395,4 +395,10 @@
     </preGoal>
     -->
   
  +  <preGoal name="java:jar">
  +    <copy todir="${maven.build.dest}/org/apache/maven/messages">
  +      <fileset dir="${maven.src.dir}/messages"/>
  +    </copy>
  +  </preGoal>
  +
   </project>