Commit ad504767 by 雷后领

打包跳过测试

parent 0f90c893
...@@ -222,4 +222,17 @@ ...@@ -222,4 +222,17 @@
</repository> </repository>
</repositories> </repositories>
<build>
<plugins>
<!-- maven 打包时跳过测试 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment