Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
all
Description
Example: maven-artifact depends on plexus-container, but
plexus-container depends on maven-artifact
the problem is that the current ${pom.artifactId} is not a part of the cyclical dependency check. Since these two artifacts are not being generated as part of the same reactorized build, this circ. dep. isn't found.
Solution: check that none of the transitively-resolved deps are == ${pom} (that would be groupId, artifactId, type...?).
Question: is it legal for ${pom.groupId}/${pom.artifactId}/war to depend on ${pom.groupId}/${pom.artifactId}/tld?? I think the answer is yes...
Attachments
Attachments
Issue Links
- is superceded by
-
MNG-303 dependency mediation and conflict management
- Closed