dion        2003/04/12 19:30:11

  Modified:    src/plugins-build/war plugin.jelly
  Log:
  Allow the war to be updated. THanks to "Ben Hogan"  for reporting it
  
  Revision  Changes    Path
  1.14      +1 -1      maven/src/plugins-build/war/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/war/plugin.jelly,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- plugin.jelly      2 Apr 2003 12:11:35 -0000       1.13
  +++ plugin.jelly      13 Apr 2003 02:30:10 -0000      1.14
  @@ -37,7 +37,7 @@
   
       <mkdir dir="${maven.war.build.dir}" />
       <war warfile="${maven.war.build.dir}/${maven.war.final.name}"
  -         webxml="${maven.war.webxml}">
  +         webxml="${maven.war.webxml}" update="true">
   
         <j:if test="${webSourcesPresent == 'true'}">
           <fileset dir="${maven.war.src}">
  
  
  

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

Reply via email to