Browse Source

编译打包时默认跳过test

master
BinaryWang 8 years ago
parent
commit
34d4fa523c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      pom.xml

+ 3
- 0
pom.xml View File

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


Loading…
Cancel
Save