File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 214214 <artifactId >maven-jar-plugin</artifactId >
215215 <version >2.6</version >
216216 </plugin >
217-
218- <plugin >
219- <groupId >org.apache.maven.plugins</groupId >
220- <artifactId >maven-gpg-plugin</artifactId >
221- <version >3.0.1</version >
222- </plugin >
223-
224217 </plugins >
225218 </pluginManagement >
226219 <plugins >
235228 </plugins >
236229 </build >
237230
238-
239- <distributionManagement >
240- <repository >
241- <id >webank-releases</id >
242- <name >webank-releases</name >
243- <url >http://maven.weoa.com/nexus/content/repositories/releases</url >
244- </repository >
245- <snapshotRepository >
246- <id >webank-snapshots</id >
247- <name >webank-snapshots</name >
248- <url >http://maven.weoa.com/nexus/content/repositories/snapshots</url >
249- </snapshotRepository >
250- </distributionManagement >
251-
252-
253- <profiles >
254- <profile >
255- <id >product</id >
256- <properties >
257- <project .release.version>1.0.0-SNAPSHOT</project .release.version>
258- </properties >
259- </profile >
260- </profiles >
261-
262231</project >
You can’t perform that action at this time.
0 commit comments