diff --git a/pom.xml b/pom.xml index 97af961bb..f30c97c30 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,11 @@ 2006 https://github.com/WebGoat/WebGoat + + OWASP + https://webgoat.github.io/ + + GNU General Public License, version 2 @@ -59,6 +64,10 @@ doug.morato@owasp.org OWASP https://github.com/dougmorato + America/New_York + + https://avatars2.githubusercontent.com/u/9654?v=3&s=150 + @@ -83,11 +92,18 @@ https://github.com/WebGoat/WebGoat/issues + + Travis CI + https://travis-ci.org/WebGoat/WebGoat + + UTF-8 UTF-8 + + build 1.1 @@ -120,8 +136,10 @@ 1.4.2 3.1 2.18.1 + 1.6 2.6 2.10.3 + 2.5.2 2.4 2.18.1 2.4 @@ -150,45 +168,83 @@ https://oss.sonatype.org/content/repositories/snapshots + + + + release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + sign + + + + + + + + + - org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus-staging-maven-plugin.version} - true + org.apache.maven.plugins + maven-release-plugin + ${maven-release-plugin.version} - ossrh - https://oss.sonatype.org/ - true + true + false + release + @{project.version} + deploy - - org.apache.maven.plugins - maven-source-plugin - ${maven-source-plugin.version} - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - - attach-javadocs - - jar - - - - +