You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/07/09 10:17:16 UTC

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

evenisse    2004/07/09 01:17:16

  Modified:    plugin-parent maven.xml
  Log:
  Add checkstyle config file for run correctly the plugin release process.
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	21 Jun 2004 17:13:48 -0000	1.2
  +++ maven.xml	9 Jul 2004 08:17:16 -0000	1.3
  @@ -30,6 +30,8 @@
       <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" />
  +    <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/../checkstyle.xml" />
  +    <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/../checkstyle-license.txt" />
     </postGoal>
   
   </project>
  
  
  

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