weaver      2004/08/18 06:54:36

  Modified:    content-server maven.xml
  Log:
  added deployWar goal
  
  Revision  Changes    Path
  1.5       +6 -0      jakarta-jetspeed-2/content-server/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/content-server/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml 22 Jul 2004 15:01:08 -0000      1.4
  +++ maven.xml 18 Aug 2004 13:54:36 -0000      1.5
  @@ -22,5 +22,11 @@
   
        <copy file="${basedir}/target/${maven.final.name}.jar" 
todir="${org.apache.jetspeed.deploy.war.dir}/jetspeed/WEB-INF/lib"/>
     </goal>
  +  
  +  <goal name="deployWar">
  +     <attainGoal name="war"/>
  +    <delete dir="${org.apache.jetspeed.deploy.war.dir}/${pom.artifactId}"/>
  +     <copy file="${basedir}/target/${maven.war.final.name}" 
todir="${org.apache.jetspeed.deploy.war.dir}"/>
  +  </goal>
   
   </project>
  
  
  

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

Reply via email to