[
https://jira.codehaus.org/browse/MREACTOR-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=288257#comment-288257
]
Roger Pack commented on MREACTOR-1:
-----------------------------------
Does this also cause any "nested" modules to fail? like if I have a a/b and
a/c/d1 and a/c/d2 it will fail [I think I'm getting that currently "roots
differ" with 3.0.3]
> Reactor plugin doesn't work with sibling aggregated modules
> -----------------------------------------------------------
>
> Key: MREACTOR-1
> URL: https://jira.codehaus.org/browse/MREACTOR-1
> Project: Maven 2.x Reactor Plugin
> Issue Type: Bug
> Affects Versions: Future
> Reporter: Dan Fabulich
> Fix For: Future
>
>
> Normally when you have an aggregator POM with a list of <modules>, the
> element lists out subdirectories of the aggregator, like this:
> {code}
> <modules>
> <module>foo</module>
> <module>bar</module>
> </modules>
> {code}
> But modules can be anywhere; the module list can declare relative paths to
> anywhere, like this:
> {code}
> <modules>
> <module>../foo</module>
> <module>../../bar</module>
> </modules>
> {code}
> Since the reactor plugin currently works by using "mvn --reactor", which only
> accepts subdirectories, it will silently fail to run these sibling modules.
> Ultimately we should fix this by using the new command line switches
> available in 2.1.
> http://docs.codehaus.org/display/MAVEN/Make+Like+Reactor+Mode In the
> meantime, we'll have to live with it. (Possibly include a warning? error?)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira