jvanzyl     2003/01/16 06:33:52

  Modified:    src/plugins-build/war plugin.jelly
  Log:
  o Applying tweaked patch to WAR plugin. Thanks to Erig Pugh.
  
  Revision  Changes    Path
  1.22      +3 -3      jakarta-turbine-maven/src/plugins-build/war/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/war/plugin.jelly,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- plugin.jelly      14 Jan 2003 01:42:06 -0000      1.21
  +++ plugin.jelly      16 Jan 2003 14:33:52 -0000      1.22
  @@ -45,8 +45,8 @@
         
         <j:forEach var="dep" items="${pom.dependencies}">
           <j:if test="${dep.getProperty('war.bundle.jar')=='true'}">
  -          <lib dir="${maven.repo.local}/${dep.getProjectId()}/jars/">
  -            <include name="${dep.getArtifact()}"/>
  +          <lib dir="${maven.repo.local}/${dep.artifactDirectory}/jars/">
  +            <include name="${dep.artifact}"/>
             </lib>    
           </j:if>  
         </j:forEach>            
  @@ -112,7 +112,7 @@
       <j:forEach var="dep" items="${pom.dependencies}">
         <j:if test="${dep.getProperty('war.bundle.jar')=='true'}">
           <copy todir="${webapp.build.lib}"
  -          
file="${maven.repo.local}/${dep.getProjectId()}/jars/${dep.getArtifact()}"/>
  +          file="${maven.repo.local}/${dep.artifactDirectory}/jars/${dep.artifact}"/>
         </j:if>  
       </j:forEach>            
   
  
  
  

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

Reply via email to