From 18c438d1528016da4290e0d2409b253e7258b7d1 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sat, 17 Apr 2010 19:15:55 +0000 Subject: [PATCH] --- build-tools/pom.xml | 58 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 52 insertions(+), 6 deletions(-) diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 0ff830c5..fbdfb0ad 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -8,16 +8,62 @@ jar wamblee-code-style + Code style for wamblee projects + http://wamblee.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + https://wamblee.org/viewvc/code-style scm:svn:https://wamblee.org/svn/public/utils/trunk/build-tools scm:svn:https://wamblee.org/svn/public/utils/trunk/build-tools - - - org.wamblee - wamblee-utils - 0.2.1 - + + + erik@wamblee.org + Erik Brakkee + http://brakkee.org + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.0 + + true + javadoc:jar deploy + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + + sonatype-nexus-staging + Nexus Release Repository + http://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + -- 2.31.1