Yep, +1.

I found an odd reason to use it the other day when I wanted to build a parent and a tree that sat side by side (eg, pom/maven/pom.xml and components/pom.xml). The current syntax is very awkward and easy to mess up.

I'd say we should remove -r, but maybe expand -pl to support this case to unify the syntax.

Cheers,
Brett

On 24/07/2009, at 6:46 PM, 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]

Reply via email to