Hi, I have a maven.xml file in all my projects and subprojects that defines the default goal for the project, i.e. a maven.xml might look like this:
<?xml version="1.0"?>
<project
default="jar:install">
</project>
Is there a way to call the multiproject plugin or the reactor with the clean
and 'default' goals, i.e. does the default goal defined in maven.xml have a
logical name?
Thanks in advance,
Joern
