You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2005/05/12 22:52:04 UTC

cvs commit: jakarta-jetspeed-2/applications/pam maven.xml

weaver      2005/05/12 13:52:04

  Modified:    applications/pam maven.xml
  Log:
  added a hotdeploywar goal that just copies out to Jetspeed's WEB-INF/deploy directory.
  
  Revision  Changes    Path
  1.9       +13 -0     jakarta-jetspeed-2/applications/pam/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/pam/maven.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- maven.xml	22 Jul 2004 15:01:07 -0000	1.8
  +++ maven.xml	12 May 2005 20:52:04 -0000	1.9
  @@ -20,5 +20,18 @@
     <preGoal name="hotdeploy">
      <attainGoal name= "java:compile"/>
     </preGoal>
  +  
  +  <goal name="hotdeploywar">
  +    <echo message="Hot Deploying war for ${org.apache.jetspeed.portlet.app.name} to ${org.apache.jetspeed.deploy.war.dir}/jetspeed/WEB-INF/deploy"/>
  +
  +    <copy todir="${org.apache.jetspeed.deploy.war.dir}/jetspeed/WEB-INF/deploy" 
  +		file="${maven.build.dir}/${maven.war.final.name}">
  +      
  +    </copy>
  +  </goal>
  +  
  +  <preGoal name="hotdeploywar">
  +   <attainGoal name= "war"/>
  +  </preGoal>
   
   </project>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org