-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bump parent - travis -> GitHub - refresh site descriptor
- Loading branch information
1 parent
c9e2a86
commit 1fc5a71
Showing
2 changed files
with
20 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,21 +5,21 @@ | |
<parent> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>mojo-parent</artifactId> | ||
<version>72</version> | ||
<version>74</version> | ||
</parent> | ||
|
||
<artifactId>build-helper-maven-plugin</artifactId> | ||
<version>3.4.0-SNAPSHOT</version> | ||
<packaging>maven-plugin</packaging> | ||
<url>http://www.mojohaus.org/build-helper-maven-plugin/</url> | ||
<url>https://www.mojohaus.org/build-helper-maven-plugin/</url> | ||
|
||
<name>Build Helper Maven Plugin</name> | ||
<description>This plugin contains various small independent goals to assist with Maven build lifecycle</description> | ||
<inceptionYear>2005</inceptionYear> | ||
<licenses> | ||
<license> | ||
<name>The MIT License</name> | ||
<url>https://opensource.org/licenses/mit-license.php</url> | ||
<url>https://spdx.org/licenses/MIT.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
@@ -59,21 +59,23 @@ | |
<scm> | ||
<connection>scm:git:https://github.com/mojohaus/build-helper-maven-plugin.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/mojohaus/build-helper-maven-plugin.git</developerConnection> | ||
<url>https://github.com/mojohaus/build-helper-maven-plugin</url> | ||
<tag>build-helper-maven-plugin-3.3.0</tag> | ||
<url>https://github.com/mojohaus/build-helper-maven-plugin/tree/master</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/mojohaus/build-helper-maven-plugin/issues/</url> | ||
</issueManagement> | ||
|
||
<ciManagement> | ||
<system>Travis-CI</system> | ||
<url>https://travis-ci.org/mojohaus/build-helper-maven-plugin</url> | ||
<system>GitHub</system> | ||
<url>https://github.com/mojohaus/build-helper-maven-plugin/actions</url> | ||
</ciManagement> | ||
|
||
<properties> | ||
<mavenVersion>3.2.5</mavenVersion> | ||
<mojo.java.target>1.8</mojo.java.target> | ||
<mojo.java.target>8</mojo.java.target> | ||
<scmpublish.content>${project.build.directory}/staging/build-helper-maven-plugin</scmpublish.content> | ||
<project.build.outputTimestamp>2022-01-18T09:14:02Z</project.build.outputTimestamp> | ||
</properties> | ||
|
@@ -133,18 +135,6 @@ | |
</dependency> | ||
</dependencies> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-plugin-plugin</artifactId> | ||
<configuration> | ||
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
<reporting> | ||
<plugins> | ||
<plugin> | ||
|
@@ -174,7 +164,6 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-invoker-plugin</artifactId> | ||
<version>3.5.1</version> | ||
<configuration> | ||
<debug>true</debug> | ||
<addTestClassPath>true</addTestClassPath> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters