You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2004/06/21 19:13:48 UTC

cvs commit: maven-plugins/plugin-parent maven.xml

carlos      2004/06/21 10:13:48

  Modified:    plugin-parent maven.xml
  Log:
  Copy license and notice files when checking out a plugin
  
  Revision  Changes    Path
  1.2       +2 -0      maven-plugins/plugin-parent/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin-parent/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	12 May 2004 12:11:55 -0000	1.1
  +++ maven.xml	21 Jun 2004 17:13:48 -0000	1.2
  @@ -28,6 +28,8 @@
       <ant:mkdir dir="${dir}/maven-plugins/plugin-parent" />
       <ant:copy todir="${dir}/maven-plugins/plugin-parent" file="${pom.parent.file}" />
       <ant:copy todir="${dir}/maven-plugins/plugin-parent" file="${pom.parent.file.parent}/project.properties" />
  +    <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/../LICENSE.txt" />
  +    <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/../NOTICE.txt" />
     </postGoal>
   
   </project>
  
  
  

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