How do I suppress maven assembly plugin skipping files that are already added? Or allow overwrite?

前端 未结 6 1036
粉色の甜心
粉色の甜心 2021-02-07 02:22

For weeks, I\'ve been wrestling with maven, getting it to deploy our project \"properly.\"

I\'m almost done but I have one stubborn little problem:

When I use th

6条回答
  •  梦毁少年i
    2021-02-07 03:06

    if i understand your question correct you should use the maven-dependency plugin to copy files/overwrite instead of using the assembly plugin...

提交回复
热议问题