From 28b91fd0ec9eaa73927cb4e2421d8bee364a88d0 Mon Sep 17 00:00:00 2001 From: Marko Zivanovic Date: Tue, 10 Mar 2015 21:21:56 +0100 Subject: [PATCH] Modify pom.xml for releasing artifacts to maven central. --- jPasswordObfuscator-lib/pom.xml | 87 +++++++++++++++++++++++++++++++-- 1 file changed, 83 insertions(+), 4 deletions(-) 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