【发布时间】:2017-05-06 15:40:31
【问题描述】:
是否可以在 maven-surefire-plugin 之前运行 exec-maven-plugin,我在运行期间观察到 maven-surefire-plugin 是第一个执行的,即使标签中的序列是第二个。我的场景是执行 JAVA CLASS(使用 exec-maven-plugin )生成我的 testng.xml 并可以使用(maven-surefire-plugin)运行它。
【问题讨论】:
标签: maven maven-surefire-plugin exec-maven-plugin