Maven assembly plugin and adding system dependencies to the classpath

前端 未结 1 412
耶瑟儿~
耶瑟儿~ 2020-12-03 19:02

I have some dependencies which I am providing myself. The jars are in the resources directory. In my pom they are scoped as system and I include the path to them. However, w

相关标签:
1条回答
  • 2020-12-03 19:28

    Yeah, and that's why using system scope is a bad practice. Have a look at this previous answer (and also this one) for a solution.

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