Issue Details (XML | Word | Printable)

Key: MPMULTIPROJECT-27
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Vincent Massol
Reporter: Vincent Massol
Votes: 0
Watchers: 0
Operations

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

Add a maven.multiproject.site.goals property to specify goals to run for site

Created: 29/Apr/04 12:14 PM   Updated: 30/Apr/04 02:47 AM   Resolved: 30/Apr/04 02:47 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 1.3

Time Tracking:
Not Specified

File Attachments: 1. Text File multiproject-vmassol.patch (4 kB)



 Description  « Hide

This property would define the goals to run on each project when executing multiproject:site. This is useful if you need to add additional goals to run. For example, the dashboard plugin redefined this property to use "site,dashboard:single-report" instead of the default "site" goal.

Let me know if I can commit the patch.



Vincent Massol added a comment - 30/Apr/04 02:47 AM

applied