Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0
-
None
Description
When the parent/aggregator POM resides in a sibling directory of its children, i.e. when one has something like
<modules> <module>../sub-a</module> <module>../sub-b</module> </modules>
an invocation of the make-like reactor mode in the parent project's base dir with
mvn validate --projects .
or
mvn validate --projects ../sub-a
fails with an error like "Couldn't find specified project in module list: M:\mng-2576\parent\..\sub-a".
Workaround is to specify groupId:artifactId instead of the relative paths.
Attachments
Issue Links
- relates to
-
MNG-4237 also-make-dependents builds parent projects incorrectly
- Closed