This commit is contained in:
Looly 2023-03-31 08:52:28 +08:00
parent 41d1415cf5
commit acd9799a7a
3 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<artifactId>hutool-all</artifactId> <artifactId>hutool-all</artifactId>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>Hutool是一个优雅而小巧的Java工具类库</description> <description>Hutool是一个优雅而小巧的Java工具类库</description>
<url>https://github.com/looly/hutool</url> <url>https://github.com/dromara/hutool</url>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -27,7 +27,7 @@
<artifactId>hutool-bom</artifactId> <artifactId>hutool-bom</artifactId>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>提供丰富的Java工具方法此模块为Hutool所有模块汇总最终形式为拆分开的多个jar包可以通过exclude方式排除不需要的模块</description> <description>提供丰富的Java工具方法此模块为Hutool所有模块汇总最终形式为拆分开的多个jar包可以通过exclude方式排除不需要的模块</description>
<url>https://github.com/looly/hutool</url> <url>https://github.com/dromara/hutool</url>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>

View File

@ -106,6 +106,7 @@
<compilerArgument>-Xlint:unchecked</compilerArgument> <compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration> </configuration>
</plugin> </plugin>
<!-- 单元测试 -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>