Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-3
-
Fix Version/s: 3.0-alpha-7
-
Component/s: Plugins and Lifecycle, POM
-
Labels:None
-
Environment:Windows
-
Complexity:Intermediate
-
Number of attachments :
Description
In the maven 2.0-beta-3 release we can't list more than one goal in the <defaultGoal> of the POM. For example, this :
<defaultGoal>clean:clean install</defaultGoal>
doesn't work.
It can be useful to add this feature in the maven 2.0 final release.
Thanks.
Alexandre Vivien
How tough will it be to add it to 2.0.x or 2.1.x releases?
As it will make a real nice improvement in controlling behavior of the build using just profiles.
Thanks!