I didn't even know this feature existed! So I guess I'm +1 to replace it by
something better.
To make sure I understand the new make-like reactor mode, will it allow me to
only select certain modules in a multi-module build? Something like this?
mvn -pl module2,module5 install
Benjamin Bentmann wrote:
Hi,
Maven 2.x supports a CLI like
mvn -r -D maven.reactor.includes=... -D maven.reactor.excludes=...
to select sub directories of the current directory by glob patterns for
the reactor.
Now that the Make-like reactor mode is in-place [0], I wonder whether
this old-school mode still serves interesting use cases that cannot be
handled by the new reactor mode.
WDYT?
Benjamin
[0] http://docs.codehaus.org/display/MAVEN/Make+Like+Reactor+Mode
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]