开发者

Transitive dependencies in maven plugins

开发者 https://www.devze.com 2022-12-16 02:38 出处:网络
Are dependencies in Maven plugins supposed to resolve their transitive dependencies or do they have to be man开发者_运维百科ually added to the plugin dependencies?Normal transitive dependency rules ap

Are dependencies in Maven plugins supposed to resolve their transitive dependencies or do they have to be man开发者_运维百科ually added to the plugin dependencies?


Normal transitive dependency rules apply to maven plugins. You can further override existing plugin dependencies or add to the classpath seen by a plugin in your project's pom using that plugin's configuration - adding a dependencies section. An example can be seen here.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号