diff --git a/pom.xml b/pom.xml index 06ae79d..64e86d3 100644 --- a/pom.xml +++ b/pom.xml @@ -7,12 +7,43 @@ 1.1.0-SNAPSHOT Lt. Peacock's Multisorter Sorter for various file types. + http://multisorter.lt-peacock.com + + + MIT License + https://opensource.org/licenses/MIT + + + + + Lieutenant Peacock + lieutenant.peacock@gmail.com + Lieutenant Peacock + http://lt-peacock.com + + + + scm:git:git://github.com/LieutenantPeacock/multisorter.git + scm:git:ssh://github.com:LieutenantPeacock/multisorter.git + https://github.com/LieutenantPeacock/multisorter + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + 1.8 1.8 UTF-8 2.2.3 3.0.1 + 0x7B68C841 @@ -25,27 +56,6 @@ ${project.artifactId}-${project.version} - - org.apache.maven.plugins - maven-shade-plugin - 3.2.1 - - - package - - shade - - - - - SortHelp - - - - - - pl.project13.maven git-commit-id-plugin @@ -77,14 +87,135 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.9.1 + org.apache.maven.plugins maven-release-plugin 2.5.3 - install + true + false + release + deploy + + + cli + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.1 + + + package + + shade + + + + + SortHelp + + + + + + + + + + + release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://s01.oss.sonatype.org/ + false + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + ${gpg.keyname} + ${gpg.keyname} + + + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + html + + javadoc + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.1.2 + + + \ No newline at end of file