Explorar el Código

编译打包时默认跳过test

master
BinaryWang hace 8 años
padre
commit
34d4fa523c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      pom.xml

+ 3
- 0
pom.xml Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar