How to get access to Maven's dependency hierarchy within a plugin

前端 未结 7 1654
生来不讨喜
生来不讨喜 2020-11-29 05:25

In my plugin I need to process the dependency hierarchy and get information (groupId, artifactId, version etc) about each dependency and if it was excluded. What is the best

相关标签:
7条回答
  • 2020-11-29 05:52

    Maven 3 use aether, there is sample here : https://docs.sonatype.org/display/AETHER/Home

    0 讨论(0)
提交回复
热议问题