You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/04/11 14:35:37 UTC

cvs commit: avalon/util/plugin maven.xml

mcconnell    2004/04/11 05:35:37

  Modified:    util/plugin maven.xml
  Log:
  one step forward
  
  Revision  Changes    Path
  1.3       +10 -3     avalon/util/plugin/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/util/plugin/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	11 Apr 2004 12:27:00 -0000	1.2
  +++ maven.xml	11 Apr 2004 12:35:37 -0000	1.3
  @@ -1,12 +1,19 @@
  -<project default="plugin:install">
  +<project default="plugin:install" xmlns:ant="jelly:ant">
   
  -  <goal name="resolve-entities" >
  +  <preGoal name="jar:jar">
  +    <attainGoal name="avalon:generate"/>
  +  </preGoal>
  +  
  +  <goal name="avalon:generate">
  +    <echo message="starting"/>
  +    <mkdir dir="${maven.build.dir}/project.xml"/>
       <ant:xslt in="${basedir}/project.xml" out="${maven.build.dir}/project.xml"
         style="copy-all.xsl">
         <outputproperty name="method" value="xml" />
         <outputproperty name="standalone" value="yes"/>
         <outputproperty name="indent" value="yes"/>
       </ant:xslt>
  +    <echo message="done"/>
     </goal>
  -  
  +
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org