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:
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>