Issue Details (XML | Word | Printable)

Key: MPMULTIPROJECT-33
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: dion gillard
Reporter: Vladimir Kralik
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Multi-Project Plugin

Request for multiproject:site-deploy

Created: 07/Jun/04 07:44 AM   Updated: 29/Jul/04 02:42 AM   Resolved: 29/Jul/04 02:42 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 1.4

Time Tracking:
Original Estimate: 2 minutes
Original Estimate - 2 minutes
Remaining Estimate: 2 minutes
Remaining Estimate - 2 minutes
Time Spent: Not Specified
Time Spent - Not Specified

Environment: maven-1.0-rc3


 Description  « Hide

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>



There are no comments yet on this issue.