You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/05/02 15:36:17 UTC

cvs commit: maven-plugins/checkstyle project.xml

vmassol     2004/05/02 06:36:17

  Modified:    checkstyle project.xml
  Log:
  inherit from the plugin-parent/project.xml POM instead of the top level one which is reserved for the master build
  
  Revision  Changes    Path
  1.43      +1 -1      maven-plugins/checkstyle/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/checkstyle/project.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- project.xml	12 Apr 2004 10:57:24 -0000	1.42
  +++ project.xml	2 May 2004 13:36:17 -0000	1.43
  @@ -19,7 +19,7 @@
    -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-checkstyle-plugin</id>
     <name>Maven Checkstyle Plug-in</name>
  
  
  

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