Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.4
-
Fix Version/s: 2.0.5
-
Component/s: Inheritance and Interpolation
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
I have the following directory structure:
-top
+-grandparent
+-parent
+-child
where modules are specified in grandparent and parent, respectively, as:
<module>../parent</module>
and
<module>../child</module>
When I put these into Continuum, and it tries to use the SCM info provided in the grandparent, it winds up thinking the child directory is a subdirectory of the parent directory.
This is a test directory structure to highlight the flaw here, and verify that it's fixed.
TO VERIFY:
1. cd 2302/top
2. mvn -N install
3. cd ../middle
4. mvn -N install
5. cd ../bottom
6. mvn help:effective-pom | less
Verify that the URL in this POM is:
http://www.google.com/bottom
INCORRECT VALUE IS:
http://www.google.com/top/bottom