From edc8777655c223419818dfa71956a95e29ac26c0 Mon Sep 17 00:00:00 2001 From: rwl Date: Wed, 16 May 2012 19:10:37 +0100 Subject: [PATCH] Adding GPG release signing. --- pom.xml | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 96 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c373314..8675f7c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,17 +1,69 @@ 4.0.0 - edu.ufl.cise + com.github.rwl COLAMDJ - 2.7.3-SNAPSHOT + 1.0.0-SNAPSHOT + + + + Gnu LGPL + http://www.gnu.org/licenses/lgpl-2.1.txt + repo + + + + + git://github.com/rwl/COLAMDJ.git + scm:git:git://github.com/rwl/COLAMDJ.git + scm:git:git://github.com/rwl/COLAMDJ.git + + + + + rwl + Richard Lincoln + r.w.lincoln@gmail.com + + + + + + sonatype-nexus-staging + Sonatype OSS Staging Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + + sonatype-nexus-snapshots + Sonatype OSS Snapshot Repository + https://oss.sonatype.org/content/repositories/snapshots + + + + + UTF-8 + + junit junit 3.8.2 + test + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + org.apache.maven.plugins maven-surefire-plugin @@ -21,6 +73,47 @@ + + + org.apache.maven.plugins + maven-release-plugin + 2.3 + + + forked-path + + - \ No newline at end of file + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + + + -- 2.11.4.GIT