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,14 +17,13 @@ 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
25
23
<parent >
26
- <artifactId >maven-plugins</artifactId >
27
24
<groupId >org.apache.maven.plugins</groupId >
28
- <version >37</version >
25
+ <artifactId >maven-plugins</artifactId >
26
+ <version >39</version >
29
27
<relativePath />
30
28
</parent >
31
29
@@ -34,10 +32,8 @@ under the License.
34
32
<packaging >maven-plugin</packaging >
35
33
36
34
<name >Apache Maven Invoker Plugin</name >
37
- <description >
38
- The Maven Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project
39
- execution is successful, and optionally can verify the output generated from a given project execution.
40
- </description >
35
+ <description >The Maven Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project
36
+ execution is successful, and optionally can verify the output generated from a given project execution.</description >
41
37
42
38
<prerequisites >
43
39
<maven >${mavenVersion} </maven >
@@ -46,8 +42,8 @@ under the License.
46
42
<scm >
47
43
<connection >scm:git:https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git</connection >
48
44
<developerConnection >scm:git:https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git</developerConnection >
49
- <url >https://github.com/apache/maven-invoker-plugin/tree/${project.scm.tag} </url >
50
45
<tag >HEAD</tag >
46
+ <url >https://github.com/apache/maven-invoker-plugin/tree/${project.scm.tag} </url >
51
47
</scm >
52
48
<issueManagement >
53
49
<system >jira</system >
@@ -268,8 +264,8 @@ under the License.
268
264
<scope >test</scope >
269
265
<exclusions >
270
266
<exclusion >
271
- <artifactId >plexus-container-default</artifactId >
272
267
<groupId >org.codehaus.plexus</groupId >
268
+ <artifactId >plexus-container-default</artifactId >
273
269
</exclusion >
274
270
</exclusions >
275
271
</dependency >
@@ -330,6 +326,12 @@ under the License.
330
326
<plugin >
331
327
<groupId >org.codehaus.modello</groupId >
332
328
<artifactId >modello-maven-plugin</artifactId >
329
+ <configuration >
330
+ <models >
331
+ <model >src/main/mdo/invocation.mdo</model >
332
+ </models >
333
+ <version >1.0.0</version >
334
+ </configuration >
333
335
<executions >
334
336
<execution >
335
337
<id >standard</id >
@@ -344,18 +346,12 @@ under the License.
344
346
</execution >
345
347
<execution >
346
348
<id >site-docs</id >
347
- <phase >pre-site</phase >
348
349
<goals >
349
350
<goal >xdoc</goal >
350
351
</goals >
352
+ <phase >pre-site</phase >
351
353
</execution >
352
354
</executions >
353
- <configuration >
354
- <models >
355
- <model >src/main/mdo/invocation.mdo</model >
356
- </models >
357
- <version >1.0.0</version >
358
- </configuration >
359
355
</plugin >
360
356
<plugin >
361
357
<groupId >org.apache.maven.plugins</groupId >
0 commit comments