From 667d80024085ba0c6bc039d28b20d685fd2b7eea Mon Sep 17 00:00:00 2001 From: Milos Kleint Date: Sat, 1 Mar 2008 14:07:09 +0000 Subject: [PATCH] integrate maven-toolchain, make buildable git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@632594 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 1 + maven-toolchain/pom.xml | 41 +++++------------------------------------ pom.xml | 1 + 3 files changed, 7 insertions(+), 36 deletions(-) diff --git a/build.xml b/build.xml index 5a5ce3619a..ad2dd8363d 100644 --- a/build.xml +++ b/build.xml @@ -220,6 +220,7 @@ under the License. + diff --git a/maven-toolchain/pom.xml b/maven-toolchain/pom.xml index e6e21d1e5d..f573862918 100644 --- a/maven-toolchain/pom.xml +++ b/maven-toolchain/pom.xml @@ -3,12 +3,12 @@ org.apache.maven maven - 2.0.6 + 2.1-SNAPSHOT 4.0.0 maven-toolchain Maven Toolchains - 1.0-SNAPSHOT + 2.1-SNAPSHOT http://maven.apache.org @@ -20,12 +20,12 @@ org.apache.maven maven-core - 2.0.6 + 2.1-SNAPSHOT - org.apache.maven + org.apache.maven.artifact maven-artifact - 2.0.6 + 3.0-SNAPSHOT @@ -49,37 +49,6 @@ src/main/mdo/toolchains.xml - - maven-shade-plugin - org.apache.maven.plugins - 1.0-alpha-15 - - - shading - package - - shade - - - - - ${project.groupId}:${project.artifactId} - - - - - org.codehaus.plexus.util - - org.codehaus.plexus.util.xml.Xpp3Dom - org.codehaus.plexus.util.xml.pull.* - - - - - - - - diff --git a/pom.xml b/pom.xml index 8d69b86928..fc0a91ac91 100644 --- a/pom.xml +++ b/pom.xml @@ -210,6 +210,7 @@ under the License. maven-reporting-api maven-embedder maven-workspace + maven-toolchain