History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-18452
Type: New Feature New Feature
Status: Open Open
Assignee: Anton Makeev
Reporter: Jan Thomä
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Allow to run multiple goals in one shot

Created: 17 Jun 08 22:47   Updated: 24 Sep 08 07:58
Component/s: Maven Integration

Build: 7,757
Severity: Medium


 Description  « Hide
As it is possible with the ANT integration, selecting multiple goals should be possible. Currently the assembly-plugin of maven requires the packaging phase to be running explicitely before assembly otherwise some issues are coming up. So running

mvn assembly:assembly will not work but
mvn package assembly:assembly will work

Therefore it would be good if one could select multple goals and have them running in the order in which they were selected (just as it is in the ant integration).



 All   Comments   Work Log   Change History      Sort Order:
Andy Lynch - 24 Sep 08 07:58
This works, at least in the current EAP