Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
middleware-automatic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenjunjie
middleware-automatic
Commits
f376b550
Commit
f376b550
authored
Apr 07, 2023
by
shentao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2023/04/07 pom build调整
parent
77878af2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
10 deletions
+24
-10
pom.xml
+24
-10
No files found.
pom.xml
View file @
f376b550
...
@@ -79,21 +79,34 @@
...
@@ -79,21 +79,34 @@
<!-- 打包管理 -->
<!-- 打包管理 -->
<build>
<build>
<plugins>
<plugins>
<!-- 解决maven test命令时console出现中文乱码乱码 -->
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-shade-plugin
</artifactId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.2.4
</version>
<version>
2.22.0
</version>
<executions>
<configuration>
<execution>
<forkMode>
once
</forkMode>
<phase>
package
</phase>
<skipTests>
true
</skipTests>
<goals>
<argLine>
-Dfile.encoding=UTF-8
</argLine>
<goal>
shade
</goal>
</configuration>
</goals>
</execution>
</executions>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
<!-- 分发管理:管理distribution和supporting files -->
<distributionManagement>
<snapshotRepository>
<id>
nexus-releases
</id>
<name>
User Porject Snapshot
</name>
<url>
http://192.168.0.30:8081/nexus/content/repositories/snapshots/
</url>
<uniqueVersion>
true
</uniqueVersion>
</snapshotRepository>
<repository>
<id>
nexus-releases
</id>
<name>
User Porject Release
</name>
<url>
http://192.168.0.30:8081/nexus/content/repositories/releases/
</url>
</repository>
</distributionManagement>
</project>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment