vmassol     2003/11/08 08:33:50

  Modified:    integration/maven project.xml
  Log:
  Added note about explaining we cannot remove th currentVersion element
  
  Revision  Changes    Path
  1.3       +5 -0      jakarta-cactus/integration/maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml       29 Oct 2003 20:08:01 -0000      1.2
  +++ project.xml       8 Nov 2003 16:33:50 -0000       1.3
  @@ -3,7 +3,12 @@
   <project>
     <extend>${basedir}/../../default-project.xml</extend>
     <id>cactus-maven</id>
  +
  +  <!-- Note: Although we inherit from default-project.xml, we still cannot 
  +        remove the <currentVersion> tag as this project.xml is parsed at 
  +        runtime whenever our plugin is called. -->
     <currentVersion>1.6dev</currentVersion>
  +
     <name>Maven Cactus plugin</name>
     <package>org.apache.cactus.integration.maven</package>
     <description>Maven plugin for Cactus (http://jakarta.apache.org/cactus) that 
allows to automatically start containers, run Cactus tests and stop the 
containers.</description>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to