Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1-beta-1
-
Fix Version/s: None
-
Component/s: model
-
Labels:None
-
Number of attachments :
Description
It would be nice to allow specifying a list of goals in <defaultGoal>. This would remove the need to have a maven.xml with the following kind of content:
<project>
<goal name="myproject:dist" prereqs="ejb:install,ejb:install-client,..."/>
</project>