Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.4
-
Component/s: None
-
Labels:None
-
Environment:maven-1.0-rc3
-
Number of attachments :
Description
I would like new the goal multiproject:site-deploy will be added.
diff -u plugin.old plugin.jelly
— plugin.old
+++ plugin.jelly
@@ -367,5 +367,16 @@
<attainGoal name="multiproject:goal"/>
</goal>
+
+ <!-==================================================================->
+ <!-- Deploy site documentation -->
+ <!-==================================================================->
+ <goal name="multiproject:site-deploy"
+ prereqs="multiproject:site"
+ description="Deploy site documentation" >
+
+ <attainGoal name="site:${maven.site.deploy.method}deploy"/>
+
+ </goal>
</project>