51Testing软件测试论坛

标题: maven的插件及使用 [打印本页]

作者: 测试积点老人    时间: 2019-1-7 17:02
标题: maven的插件及使用
配置如下:
  1. <plugin>
  2.         <groupId>org.codehaus.mojo</groupId>
  3.         <artifactId>exec-maven-plugin</artifactId>
  4.         <version>1.2.1</version>
  5.         <executions>
  6.                 <execution>
  7.                         <goals>
  8.                                 <goal>java</goal>
  9.                         </goals>
  10.                 </execution>
  11.         </executions>
  12.         <configuration>
  13.                 <mainClass>com.iujin.web.Main</mainClass>
  14.         </configuration>
  15. </plugin>
复制代码



作者: Miss_love    时间: 2021-1-5 13:43
支持分享




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2