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:29:39 UTC

cvs commit: maven-plugins/artifact project.xml

vmassol     2004/05/02 06:29:39

  Modified:    artifact project.xml
  Log:
  - inherit from the plugin-parent/project.xml POM instead of the top level one which is reserved for the master build
  - removed custom reports as we can now use the default ones from plugin-parent/project.xml
  
  Revision  Changes    Path
  1.19      +1 -9      maven-plugins/artifact/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml	2 May 2004 11:34:52 -0000	1.18
  +++ project.xml	2 May 2004 13:29:39 -0000	1.19
  @@ -19,7 +19,7 @@
    -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-artifact-plugin</id>
     <name>Maven Artifact Plug-in</name>
  @@ -104,12 +104,4 @@
         <type>jar</type>
       </dependency>
     </dependencies>
  -  <reports>
  -    <report>maven-changes-plugin</report>
  -    <report>maven-changelog-plugin</report>
  -    <report>maven-file-activity-plugin</report>
  -    <report>maven-developer-activity-plugin</report>
  -    <report>maven-license-plugin</report>
  -    <report>maven-linkcheck-plugin</report>
  -  </reports>
   </project>
  
  
  

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