Skip to content

Commit d6b60e7

Browse files
committed
add deploy
1 parent 4e97436 commit d6b60e7

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<url>http://maven.apache.org</url>
1313

1414
<properties>
15+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16+
1517
<jackson.version>2.15.3</jackson.version>
1618
<httpclient.version>5.2.1</httpclient.version>
1719

@@ -25,7 +27,7 @@
2527
<maven.javadoc.version>3.5.0</maven.javadoc.version>
2628
<maven.gpg.version>3.1.0</maven.gpg.version>
2729
</properties>
28-
30+
2931
<licenses>
3032
<license>
3133
<name>The Apache Software License, Version 2.0</name>
@@ -134,6 +136,7 @@
134136
<arg>-parameters</arg>
135137
</compilerArgs>
136138
</configuration>
139+
137140
</plugin>
138141
<plugin>
139142
<groupId>org.apache.maven.plugins</groupId>
@@ -247,4 +250,12 @@
247250
</profile>
248251
</profiles>
249252

253+
<distributionManagement>
254+
<repository>
255+
<!--必须与 settings.xml 的 id 一致-->
256+
<id>g-ubjg5602-iscas-system-maven</id>
257+
<name>maven</name>
258+
<url>https://g-ubjg5602-maven.pkg.coding.net/repository/iscas-system/maven/</url>
259+
</repository>
260+
</distributionManagement>
250261
</project>

0 commit comments

Comments
 (0)