Commit 049adb81 by shentao

Merge branch 'feature' into 'release'

2023/04/07 pom build调整v2

See merge request !5
parents 8cec1ab0 05389afc
...@@ -76,23 +76,6 @@ ...@@ -76,23 +76,6 @@
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<!-- 打包管理 -->
<build>
<plugins>
<!-- 解决maven test命令时console出现中文乱码乱码 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<configuration>
<forkMode>once</forkMode>
<skipTests>true</skipTests>
<argLine>-Dfile.encoding=UTF-8</argLine>
</configuration>
</plugin>
</plugins>
</build>
<!-- 分发管理:管理distribution和supporting files --> <!-- 分发管理:管理distribution和supporting files -->
<distributionManagement> <distributionManagement>
<snapshotRepository> <snapshotRepository>
......
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