1
- <?xml version =' 1.0' encoding =' UTF-8' ?>
2
-
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
3
2
<!--
4
3
Licensed to the Apache Software Foundation (ASF) under one
5
4
or more contributor license agreements. See the NOTICE file
@@ -18,7 +17,6 @@ KIND, either express or implied. See the License for the
18
17
specific language governing permissions and limitations
19
18
under the License.
20
19
-->
21
-
22
20
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
23
21
<modelVersion >4.0.0</modelVersion >
24
22
@@ -36,31 +34,6 @@ under the License.
36
34
<name >Apache Maven Dependency Plugin</name >
37
35
<description >Provides utility goals to work with dependencies like copying, unpacking, analyzing, resolving and many more.</description >
38
36
39
- <prerequisites >
40
- <maven >${mavenVersion} </maven >
41
- </prerequisites >
42
-
43
- <scm >
44
- <connection >scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</connection >
45
- <developerConnection >scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</developerConnection >
46
- <url >https://github.com/apache/maven-dependency-plugin/tree/${project.scm.tag} </url >
47
- <tag >HEAD</tag >
48
- </scm >
49
- <issueManagement >
50
- <system >JIRA</system >
51
- <url >https://issues.apache.org/jira/browse/MDEP</url >
52
- </issueManagement >
53
- <ciManagement >
54
- <system >Jenkins</system >
55
- <url >https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dependency-plugin/</url >
56
- </ciManagement >
57
- <distributionManagement >
58
- <site >
59
- <id >apache.website</id >
60
- <url >scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path} </url >
61
- </site >
62
- </distributionManagement >
63
-
64
37
<contributors >
65
38
<contributor >
66
39
<name >Bakito</name >
@@ -88,6 +61,31 @@ under the License.
88
61
</contributor >
89
62
</contributors >
90
63
64
+ <prerequisites >
65
+ <maven >${mavenVersion} </maven >
66
+ </prerequisites >
67
+
68
+ <scm >
69
+ <connection >scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</connection >
70
+ <developerConnection >scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</developerConnection >
71
+ <tag >HEAD</tag >
72
+ <url >https://github.com/apache/maven-dependency-plugin/tree/${project.scm.tag} </url >
73
+ </scm >
74
+ <issueManagement >
75
+ <system >JIRA</system >
76
+ <url >https://issues.apache.org/jira/browse/MDEP</url >
77
+ </issueManagement >
78
+ <ciManagement >
79
+ <system >Jenkins</system >
80
+ <url >https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dependency-plugin/</url >
81
+ </ciManagement >
82
+ <distributionManagement >
83
+ <site >
84
+ <id >apache.website</id >
85
+ <url >scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path} </url >
86
+ </site >
87
+ </distributionManagement >
88
+
91
89
<properties >
92
90
<mavenVersion >3.2.5</mavenVersion >
93
91
<jettyVersion >9.4.49.v20220914</jettyVersion >
@@ -160,7 +158,7 @@ under the License.
160
158
<version >${mavenVersion} </version >
161
159
<scope >provided</scope >
162
160
</dependency >
163
-
161
+
164
162
<!-- reporting -->
165
163
<dependency >
166
164
<groupId >org.apache.maven.reporting</groupId >
@@ -235,7 +233,7 @@ under the License.
235
233
<artifactId >maven-plugin-annotations</artifactId >
236
234
<scope >provided</scope >
237
235
</dependency >
238
-
236
+
239
237
<dependency >
240
238
<groupId >org.eclipse.aether</groupId >
241
239
<artifactId >aether-api</artifactId >
@@ -252,10 +250,11 @@ under the License.
252
250
<dependency >
253
251
<groupId >org.sonatype.plexus</groupId >
254
252
<artifactId >plexus-build-api</artifactId >
255
- <version >0.0.7</version ><!-- stick with old GAV until https://github.com/eclipse-m2e/m2e-core/issues/944 is fixed -->
253
+ <version >0.0.7</version >
254
+ <!-- stick with old GAV until https://github.com/eclipse-m2e/m2e-core/issues/944 is fixed -->
256
255
<scope >compile</scope >
257
256
</dependency >
258
-
257
+
259
258
<!-- test -->
260
259
<dependency >
261
260
<groupId >org.eclipse.aether</groupId >
@@ -428,14 +427,6 @@ under the License.
428
427
<groupId >org.codehaus.mojo</groupId >
429
428
<artifactId >mrm-maven-plugin</artifactId >
430
429
<version >1.4.1</version >
431
- <executions >
432
- <execution >
433
- <goals >
434
- <goal >start</goal >
435
- <goal >stop</goal >
436
- </goals >
437
- </execution >
438
- </executions >
439
430
<configuration >
440
431
<propertyName >repository.proxy.url</propertyName >
441
432
<repositories >
@@ -445,9 +436,17 @@ under the License.
445
436
<localRepo >
446
437
<source >${project.build.directory} /local-repo</source >
447
438
</localRepo >
448
- <proxyRepo />
439
+ <proxyRepo />
449
440
</repositories >
450
441
</configuration >
442
+ <executions >
443
+ <execution >
444
+ <goals >
445
+ <goal >start</goal >
446
+ <goal >stop</goal >
447
+ </goals >
448
+ </execution >
449
+ </executions >
451
450
</plugin >
452
451
</plugins >
453
452
</build >
0 commit comments