From 7ad5dd1bd6ce6d9d65a0ff9c8046412cc0dd9f03 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 --- 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 f8c9eb0d23..14a5b27503 100644 --- a/build-spring-framework/publish-maven.xml +++ b/build-spring-framework/publish-maven.xml @@ -15,14 +15,19 @@ - - + + + + + + +