From d8e35aaacbb21137bf543ba4e46d623682f25671 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Tue, 9 Oct 2007 19:41:16 +0000 Subject: [PATCH] Move deploy plugin configuration to release profile. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@583269 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index be9a0ab..be0bdbe 100644 --- a/pom.xml +++ b/pom.xml @@ -287,17 +287,6 @@ - - org.apache.maven.plugins - maven-deploy-plugin - 2.3 - - - ${deploy.altRepository} - true - - - org.apache.maven.plugins maven-release-plugin @@ -427,6 +416,16 @@ + + org.apache.maven.plugins + maven-deploy-plugin + 2.3 + + + ${deploy.altRepository} + true + +