From a6e4bc09667fa61c117d0aeaf07011fb83c5f920 Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 17 Mar 2009 10:14:15 +0000 Subject: Start bringing up the build using the maven release plugin git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755180 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'java/sca') diff --git a/java/sca/pom.xml b/java/sca/pom.xml index b3b743e3eb..19477363e2 100644 --- a/java/sca/pom.xml +++ b/java/sca/pom.xml @@ -405,6 +405,37 @@ + + release + + + + + true + maven-deploy-plugin + 2.4 + + ${deploy.altRepository} + true + + + + + maven-gpg-plugin + 1.0-alpha-4 + + + + sign + + + + + + + + + @@ -514,6 +545,21 @@ + + + org.apache.maven.plugins + maven-release-plugin + 2.0-beta-8 + + https://svn.apache.org/repos/asf/tuscany/tags/java/sca + false + clean install + deploy + -Prelease,deploy + true + + + -- cgit v1.2.3