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 2003/11/16 18:53:34 UTC

cvs commit: maven-plugins/ear project.xml

vmassol     2003/11/16 09:53:34

  Modified:    ear/xdocs changes.xml
               ear      project.xml
  Log:
  Created JIRA project for EAR plugin.
  
  Revision  Changes    Path
  1.10      +15 -13    maven-plugins/ear/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ear/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml	19 Oct 2003 23:35:33 -0000	1.9
  +++ changes.xml	16 Nov 2003 17:53:34 -0000	1.10
  @@ -5,38 +5,40 @@
       <author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
     </properties>
     <body>
  +
       <release version="1.3" date="in CVS">
  -      <action dev="dion" type="update">Apply Maven-949</action>
  +      <action dev="dion" type="update" issue="MPEAR-2">
  +      </action>
       </release>
       
       <release version="1.2" date="2003-09-29">
  -      <action dev="michal" type="fix">
  -       Fixes for MAVEN-565
  -       Documentation of some properties were outdated       
  -      </action>
  -      <action dev="michal" type="fix">
  -        Fixes for MAVEN-518.
  -        Artifact processing in the plugin 
  -        was slightly changed and now it supports jar overriding mechanism           
  +      <action dev="michal" type="fix" issue="MPEAR-1">
  +       Documentation of some properties were outdated.
  +      </action>
  +      <action dev="michal" type="fix" issue="MAVEN-518">
  +        Artifact processing in the plugin was slightly changed and now it 
  +        supports jar overriding mechanism.
         </action>
         <action dev="michal" type="add">
  -        Added 'deploy', 'deploy-snapshot' and 'install-snapshot' goals
  +        Added 'deploy', 'deploy-snapshot' and 'install-snapshot' goals.
         </action>
         <action dev="vmassol" type="fix">
           Removed warning about application.xml being added twice to the
           EAR.
         </action>      
       </release>
  +
       <release version="1.1" date="2003-05-08">
         <action dev="michal" type="add">
  -        Added autogeneration of application.xml file
  +        Added autogeneration of application.xml file.
         </action>
       </release>
  +
       <release version="1.0" date="2002-08-04">
         <action dev="ncoast" type="add">
  -        Initial plugin created
  +        Initial plugin created.
         </action>
       </release>
  +
     </body>
   </document>
  -
  
  
  
  1.18      +3 -2      maven-plugins/ear/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ear/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml	19 Oct 2003 23:35:33 -0000	1.17
  +++ project.xml	16 Nov 2003 17:53:34 -0000	1.18
  @@ -9,10 +9,11 @@
     <description>Ear Plugin for Maven</description>
     <shortDescription>Ear Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/ear/</url>
  +  <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10323</issueTrackingUrl>
     <siteDirectory>/www/maven.apache.org/reference/plugins/ear/</siteDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/ear/</connection>
  -    <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/ear/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/ear/</connection>
  +    <url>http://cvs.apache.org/viewcvs/maven-plugins/ear/</url>
     </repository>
     <versions/>
     <branches/>
  
  
  

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