diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 0000000..75c0dee --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,7 @@ + + + io.jenkins.tools.incrementals + git-changelist-maven-extension + 1.7 + + diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 0000000..2a0299c --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1,2 @@ +-Pconsume-incrementals +-Pmight-produce-incrementals diff --git a/pom.xml b/pom.xml index b4b662f..d8b5a5b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,8 +2,15 @@ 4.0.0 - com.cloudbees - maven-license-plugin + + org.jenkins-ci + jenkins + 1.101 + + + + io.jenkins.tools.maven + license-maven-plugin 1.18-SNAPSHOT maven-plugin @@ -31,6 +38,8 @@ UTF-8 UTF-8 UTF-8 + + true @@ -39,19 +48,20 @@ https://github.com/jenkinsci/maven-license-plugin HEAD - - + + - sonatype-nexus-staging - Nexus Release Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + repo.jenkins-ci.org + https://repo.jenkins-ci.org/public/ - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - + + + + + repo.jenkins-ci.org + https://repo.jenkins-ci.org/public/ + + @@ -87,23 +97,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - 3.11.0 - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.5.0 - - - org.apache.maven.plugins - maven-source-plugin - 3.3.0 - - @@ -130,122 +123,6 @@ - - org.apache.maven.plugins - maven-release-plugin - 3.0.1 - - false - cloudbees-release - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - sonatype-nexus-staging - https://oss.sonatype.org/ - true - - - - - - jdk-8-and-below - - (,1.8] - - - - - maven-compiler-plugin - - 1.8 - 1.8 - 1.8 - 1.8 - - - - maven-javadoc-plugin - - 1.8 - - - - - - - jdk-9-and-above - - [9,) - - - - - maven-compiler-plugin - - 8 - 8 - - - - maven-javadoc-plugin - - 8 - - - - - - - cloudbees-release - - - - org.apache.maven.plugins - maven-gpg-plugin - 3.1.0 - - - sign-artifacts - - sign - - verify - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar-no-fork - - - - - - - -