Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-alpha-1
-
None
Description
The following join fails because the parent snapshot element contains a subnode and the child one does not.
Parent Node:
<repository>
<id>central</id>
<name>Maven Repository Switchboard</name>
<layout>default</layout>
<url>http://repo1.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
Child Node:
<repository>
<id>central</id>
<releases />
<snapshots />
<url>http://central</url>
</repository>
Attachments
Issue Links
- is depended upon by
-
MNG-3965 shade plugin error when compiling Mercury trunk
- Closed