瀏覽代碼

编译打包时默认跳过test

master
BinaryWang 8 年之前
父節點
當前提交
34d4fa523c
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      pom.xml

+ 3
- 0
pom.xml 查看文件

@@ -236,6 +236,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>


Loading…
取消
儲存