Skip to content

Commit 34d4fa5

Browse files
committed
编译打包时默认跳过test
1 parent 48f032c commit 34d4fa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@
236236
<groupId>org.apache.maven.plugins</groupId>
237237
<artifactId>maven-surefire-plugin</artifactId>
238238
<version>2.17</version>
239+
<configuration>
240+
<skip>true</skip>
241+
</configuration>
239242
</plugin>
240243
</plugins>
241244
</pluginManagement>

0 commit comments

Comments
 (0)