mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
add plugin
This commit is contained in:
parent
1011c5ec60
commit
4960c77a34
6
pom.xml
6
pom.xml
@ -241,6 +241,12 @@
|
|||||||
<generateBackupPoms>false</generateBackupPoms>
|
<generateBackupPoms>false</generateBackupPoms>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<!-- 单元测试 -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<version>3.5.3</version>
|
||||||
|
</plugin>
|
||||||
<!-- 测试覆盖度 -->
|
<!-- 测试覆盖度 -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user