From 4b4a341c36a4260ef5523dd865b2ed249cb066e4 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Tue, 31 Mar 2009 01:51:01 +0000 Subject: [PATCH] Use maven ant task to install parent pom instead of using maven from the command line as a workaround for http://jira.codehaus.org/browse/MANTTASKS-87 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@884 50f2f4bb-b051-0410-bef5-90022cba6387 --- build-spring-framework/publish-maven.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build-spring-framework/publish-maven.xml b/build-spring-framework/publish-maven.xml index f8c9eb0d23c..14a5b27503b 100644 --- a/build-spring-framework/publish-maven.xml +++ b/build-spring-framework/publish-maven.xml @@ -15,14 +15,19 @@ - - + + + + + + +