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/08/17 20:14:29 UTC

svn commit: r233230 - /portals/jetspeed-2/trunk/maven-plugin/plugin.jelly

Author: weaver
Date: Wed Aug 17 11:14:27 2005
New Revision: 233230

URL: http://svn.apache.org/viewcvs?rev=233230&view=rev
Log:
added convenience goals for deploying templates and decorations.

Modified:
    portals/jetspeed-2/trunk/maven-plugin/plugin.jelly

Modified: portals/jetspeed-2/trunk/maven-plugin/plugin.jelly
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven-plugin/plugin.jelly?rev=233230&r1=233229&r2=233230&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/plugin.jelly (original)
+++ portals/jetspeed-2/trunk/maven-plugin/plugin.jelly Wed Aug 17 11:14:27 2005
@@ -571,6 +571,27 @@
     <j:set var="recreateDB" value="false"/>
     <attainGoal name="j2:doStart"/>
   </goal>
+  <!-- ================================================= -->
+  <!-- ============= DEVELOPMENT UTILITIES ============= -->
+  <!-- ================================================= -->
+  
+  <goal name="j2:deployDecorations">
+  	<copy todir="${org.apache.jetspeed.portal.dir}/WEB-INF/decorations" >
+  		<fileset dir="${basedir}/src/webapp/WEB-INF/decorations" />
+  	</copy>  
+  </goal>	
+  
+  <goal name="j2:deployTemplates">
+  	<copy todir="${org.apache.jetspeed.portal.dir}/WEB-INF/templates" >
+  		<fileset dir="${basedir}/src/webapp/WEB-INF/templates" />
+  	</copy>  
+  </goal>	
+  
+  <goal name="j2:deployPages">
+  	<copy todir="${org.apache.jetspeed.portal.dir}/WEB-INF/pages" >
+  		<fileset dir="${basedir}/src/webapp/WEB-INF/pages" />
+  	</copy>  
+  </goal>	
     
   <!-- ================================================= -->
   <!-- ================= PLUGIN INTERNAL =============== -->



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