|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.codehaus.mojo</groupId>
|
7 | 7 | <artifactId>mojo-parent</artifactId>
|
8 |
| - <version>72</version> |
| 8 | + <version>74</version> |
9 | 9 | </parent>
|
10 | 10 |
|
11 | 11 | <artifactId>build-helper-maven-plugin</artifactId>
|
12 | 12 | <version>3.4.0-SNAPSHOT</version>
|
13 | 13 | <packaging>maven-plugin</packaging>
|
14 |
| - <url>http://www.mojohaus.org/build-helper-maven-plugin/</url> |
| 14 | + <url>https://www.mojohaus.org/build-helper-maven-plugin/</url> |
15 | 15 |
|
16 | 16 | <name>Build Helper Maven Plugin</name>
|
17 | 17 | <description>This plugin contains various small independent goals to assist with Maven build lifecycle</description>
|
18 | 18 | <inceptionYear>2005</inceptionYear>
|
19 | 19 | <licenses>
|
20 | 20 | <license>
|
21 | 21 | <name>The MIT License</name>
|
22 |
| - <url>https://opensource.org/licenses/mit-license.php</url> |
| 22 | + <url>https://spdx.org/licenses/MIT.txt</url> |
23 | 23 | <distribution>repo</distribution>
|
24 | 24 | </license>
|
25 | 25 | </licenses>
|
|
59 | 59 | <scm>
|
60 | 60 | <connection>scm:git:https://github.com/mojohaus/build-helper-maven-plugin.git</connection>
|
61 | 61 | < developerConnection>scm:git:ssh:// [email protected]/mojohaus/build-helper-maven-plugin.git</ developerConnection>
|
62 |
| - <url>https://github.com/mojohaus/build-helper-maven-plugin</url> |
63 |
| - <tag>build-helper-maven-plugin-3.3.0</tag> |
| 62 | + <url>https://github.com/mojohaus/build-helper-maven-plugin/tree/master</url> |
| 63 | + <tag>HEAD</tag> |
64 | 64 | </scm>
|
| 65 | + |
65 | 66 | <issueManagement>
|
66 | 67 | <system>GitHub</system>
|
67 | 68 | <url>https://github.com/mojohaus/build-helper-maven-plugin/issues/</url>
|
68 | 69 | </issueManagement>
|
| 70 | + |
69 | 71 | <ciManagement>
|
70 |
| - <system>Travis-CI</system> |
71 |
| - <url>https://travis-ci.org/mojohaus/build-helper-maven-plugin</url> |
| 72 | + <system>GitHub</system> |
| 73 | + <url>https://github.com/mojohaus/build-helper-maven-plugin/actions</url> |
72 | 74 | </ciManagement>
|
73 | 75 |
|
74 | 76 | <properties>
|
75 | 77 | <mavenVersion>3.2.5</mavenVersion>
|
76 |
| - <mojo.java.target>1.8</mojo.java.target> |
| 78 | + <mojo.java.target>8</mojo.java.target> |
77 | 79 | <scmpublish.content>${project.build.directory}/staging/build-helper-maven-plugin</scmpublish.content>
|
78 | 80 | <project.build.outputTimestamp>2022-01-18T09:14:02Z</project.build.outputTimestamp>
|
79 | 81 | </properties>
|
|
133 | 135 | </dependency>
|
134 | 136 | </dependencies>
|
135 | 137 |
|
136 |
| - <build> |
137 |
| - <plugins> |
138 |
| - <plugin> |
139 |
| - <groupId>org.apache.maven.plugins</groupId> |
140 |
| - <artifactId>maven-plugin-plugin</artifactId> |
141 |
| - <configuration> |
142 |
| - <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> |
143 |
| - </configuration> |
144 |
| - </plugin> |
145 |
| - </plugins> |
146 |
| - </build> |
147 |
| - |
148 | 138 | <reporting>
|
149 | 139 | <plugins>
|
150 | 140 | <plugin>
|
|
174 | 164 | <plugin>
|
175 | 165 | <groupId>org.apache.maven.plugins</groupId>
|
176 | 166 | <artifactId>maven-invoker-plugin</artifactId>
|
177 |
| - <version>3.5.1</version> |
178 | 167 | <configuration>
|
179 | 168 | <debug>true</debug>
|
180 | 169 | <addTestClassPath>true</addTestClassPath>
|
|
0 commit comments