File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 >
134136 <arg >-parameters</arg >
135137 </compilerArgs >
136138 </configuration >
139+
137140 </plugin >
138141 <plugin >
139142 <groupId >org.apache.maven.plugins</groupId >
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 >
You can’t perform that action at this time.
0 commit comments