felipeal    2004/12/08 10:32:19

  Modified:    integration/maven plugin.jelly
  Log:
  changed maven-war-plugin requirements to 1.6.1 instead of 1.7
  
  Revision  Changes    Path
  1.39      +2 -2      jakarta-cactus/integration/maven/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/plugin.jelly,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- plugin.jelly      14 Nov 2004 10:28:01 -0000      1.38
  +++ plugin.jelly      8 Dec 2004 18:32:19 -0000       1.39
  @@ -41,9 +41,9 @@
     <goal name="cactus:check-plugin-dependencies">
       
       <maven:get plugin="maven-war-plugin" property="plugin" var="warPlugin" />
  -    <j:if test="${warPlugin.currentVersion.compareTo('1.7') lt 0}">
  +    <j:if test="${warPlugin.currentVersion.compareTo('1.6.1') lt 0}">
         <ant:fail>
  -        Must have WAR plugin v1.7 or greater installed to use this version 
of the Cactus plugin.
  +        Must have WAR plugin v1.6.1 or greater installed to use this version 
of the Cactus plugin.
           Try: maven plugin:download -DgroupId=maven 
-DartifactId=maven-war-plugin -Dversion=[version]
         </ant:fail>
       </j:if>
  
  
  

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

Reply via email to