Author: henning
Date: Wed Aug 24 06:13:22 2005
New Revision: 239655
URL: http://svn.apache.org/viewcvs?rev=239655&view=rev
Log:
add tasks for deployment of all sites. Bring names in line with the
"official" site task names.
Modified:
db/torque/trunks/maven.xml
Modified: db/torque/trunks/maven.xml
URL:
http://svn.apache.org/viewcvs/db/torque/trunks/maven.xml?rev=239655&r1=239654&r2=239655&view=diff
==============================================================================
--- db/torque/trunks/maven.xml (original)
+++ db/torque/trunks/maven.xml Wed Aug 24 06:13:22 2005
@@ -38,8 +38,18 @@
<attainGoal name="multiproject:install"/>
</goal>
- <goal name="doc" description="Build the maven site for all Torque Modules">
+ <goal name="site" description="Build the maven site for all Torque Modules">
<j:set var="goal" value="site"/>
+ <attainGoal name="multiproject:goal"/>
+ </goal>
+
+ <goal name="site:deploy" description="Build and deploy the maven site for
all Torque Modules">
+ <j:set var="goal" value="site:deploy"/>
+ <attainGoal name="multiproject:goal"/>
+ </goal>
+
+ <goal name="site:sshdeploy" description="Just deploy the maven site for all
Torque Modules">
+ <j:set var="goal" value="site:sshdeploy"/>
<attainGoal name="multiproject:goal"/>
</goal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]