On 12/12/06, Christian Goetze <[EMAIL PROTECTED]> wrote:
Is there an option to disable the reactor build when invoking maven from the project parent? All I want is the installed pom, nothing else.
$ mvn -help ... -N, --non-recursive Do not recurse into sub-projects So 'mvn install -N' will install just the top-level project, which in your case is the parent pom. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
