diff --git a/pom.xml b/pom.xml index e075c4d..a184b25 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ MIT License - https://opensource.org/licenses/MIT + https://github.com/shuoros/JTerminal/blob/main/LICENSE repo @@ -33,6 +33,29 @@ + + scm:git:git://github.com/shuoros/JTerminal.git + scm:git:ssh://github.com:shuoros/JTerminal.git + http://github.com/shuoros/JTerminal/tree/main + v0.1.1 + + + + GitHub + https://github.com/shuoros/JTerminal/issues + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + org.junit.jupiter @@ -44,15 +67,113 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${maven.compiler.source} + ${maven.compiler.target} + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + attach-sources + + jar-no-fork + + + + org.apache.maven.plugins maven-javadoc-plugin - 3.0.0 + 3.1.1 - ${java.home}/bin/javadoc - 1.8 - 1.8 + 8 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + 2DA44E73BDA44545AF9E5ED3D863C69B19E38171 + + + --pinentry-mode + loopback + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + v@{version} + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M2 + + + enforce-maven + + enforce + + + + + 3.2.5 + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2