jvanzyl     2002/10/16 18:38:48

  Modified:    src/plugins-build/war plugin.jelly
  Log:
  o Change as noted in previous commit to changes.xml.
  
  Revision  Changes    Path
  1.14      +6 -6      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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- plugin.jelly      8 Oct 2002 13:12:42 -0000       1.13
  +++ plugin.jelly      17 Oct 2002 01:38:48 -0000      1.14
  @@ -2,12 +2,6 @@
   
   <project xmlns:j="jelly:core">
   
  -  <property name="maven.war.final.name" 
  -    value="${pom.id}-${pom.currentVersion}.war"/>
  -  
  -  <available property="webSourcesPresent" type="dir"
  -    file="${maven.war.src}"/>
  -
     <!--==================================================================-->
     <!-- Default goal : Builds a war file                                 -->
     <!--==================================================================-->    
  @@ -17,7 +11,13 @@
     <!-- Builds a war file                                                -->
     <!--==================================================================-->    
     <goal name="war:war" description="Build a war file">
  +
  +    <property name="maven.war.final.name" 
  +      value="${pom.id}-${pom.currentVersion}.war"/>
     
  +    <available property="webSourcesPresent" type="dir"
  +      file="${maven.war.src}"/>
  +
       <j:if test="${sourcesPresent == 'true'}">
         <attainGoal name="java:compile"/>
         <attainGoal name="test:test"/>
  
  
  

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

Reply via email to