Specify javaagent argument with Maven exec plugin

前端 未结 3 705
太阳男子
太阳男子 2020-12-14 21:00

I have a similar question to: this previous question

I am converting a Java project using Netbeans to Maven. In order to launch the program, one of the command-line

3条回答
  •  生来不讨喜
    2020-12-14 21:22

    the maven-dependency-plugin and exec-maven-plugin should be put under the node ,otherwise it will not work

提交回复
热议问题