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/07/06 15:53:07 UTC

cvs commit: maven-plugins/abbot project.xml

vmassol     2004/07/06 06:53:07

  Modified:    abbot    project.xml
  Log:
  - extend parent-plugin's project.xml
  - removed the report section as we wish to use the default reports
  - changed Christian's email address as he's now an Octo employee :-)
  
  Revision  Changes    Path
  1.6       +3 -12     maven-plugins/abbot/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/abbot/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	25 Jun 2004 15:24:27 -0000	1.5
  +++ project.xml	6 Jul 2004 13:53:07 -0000	1.6
  @@ -19,7 +19,7 @@
    -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-abbot-plugin</id>
     <name>Maven Abbot plugin</name>
  @@ -44,8 +44,8 @@
       <developer>
         <name>Christian Blavier</name>
         <id>cblavier</id>
  -      <email>christian.blavier@bnpparibas.fr</email>
  -      <organization>BNP Paribas</organization>
  +      <email>cblavier@octo.com</email>
  +      <organization>Octo Technology</organization>
         <roles>
           <role>Creator</role>
           <role>Java Developer</role>
  @@ -161,13 +161,4 @@
       </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-file-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