How to exclude a direct dependency of a Maven Plugin

后端 未结 3 1047
天涯浪人
天涯浪人 2021-01-04 05:22

I want to exclude a direct dependency of a Maven plugin and the approach described in this answer does not work (as indicated by this comment).

As a particular examp

3条回答
  •  礼貌的吻别
    2021-01-04 05:56

    I had a similar situation with maven-linkcheck-plugin in the end I did a more brute force approach to remove the doxia-linkcheck dependency and make it use my fork by forking maven-linkcheck-plugin and creating my own with the proper dependencies.

提交回复
热议问题