Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
4369
Description
https://git.opendaylight.org/gerrit/#/c/26449/ introduced a dependency cycle between yangtools and mdsal:
- common/parent/pom.xml -> org.opendaylight.mdsal:maven-sal-api-gen-plugin
- yang/yang-model-parent/pom.xml -> org.opendaylight.mdsal:maven-sal-api-gen-plugin
- yang/yang-model-parent/pom.xml -> org.opendaylight.mdsal:yang-binding
- yang/yang-maven-plugin-it/src/test/resources/test-parent/NamingConflict/pom.xml -> org.opendaylight.mdsal:maven-sal-api-gen-plugin
This causes builds with only odlparent to fail at yang-maven-plugin-it (possibly only the latter dependency in the test POM).