51Testing软件测试论坛
标题:
maven的插件及使用
[打印本页]
作者:
测试积点老人
时间:
2019-1-7 17:02
标题:
maven的插件及使用
配置如下:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<executions>
<execution>
<goals>
<goal>java</goal>
</goals>
</execution>
</executions>
<configuration>
<mainClass>com.iujin.web.Main</mainClass>
</configuration>
</plugin>
复制代码
作者:
Miss_love
时间:
2021-1-5 13:43
支持分享
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2