diff --git a/jPasswordObfuscator-lib/pom.xml b/jPasswordObfuscator-lib/pom.xml index 1849f54..f6228c1 100644 --- a/jPasswordObfuscator-lib/pom.xml +++ b/jPasswordObfuscator-lib/pom.xml @@ -14,6 +14,7 @@ Solution for protecting passwords and other sensitive data in configuration files or in transit from casual glances. Not at all useful for protecting sensitive data from attackers bent on stealing your secrets. + https://github.com/zmarko/jPasswordObfuscator @@ -36,10 +37,11 @@ - - Marko Zivanovic - http://marko.zivanovic.in.rs - + + scm:git:git@github.com:zmarko/jPasswordObfuscator.git + scm:git:git@github.com:zmarko/jPasswordObfuscator.git + git@github.com:zmarko/jPasswordObfuscator.git + @@ -54,6 +56,83 @@ test + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.5 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.1 + + true + false + release + deploy + + + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + UTF-8