You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jörn Gebhardt <Jo...@ptv.de> on 2004/03/24 10:48:20 UTC

Calling default goal defined in maven.xml

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