From d9f85927fd726aa3c31fca4bd9998958561b6a32 Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Sun, 6 Feb 2011 18:23:31 +0000 Subject: [PATCH] o Fixed ITs for Maven 3.x to use proper Site Plugin git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1067721 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/pom.xml | 24 +++++++++++++++++++ .../src/it/plugin-report/pom.xml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml index d554c1e..033a4fc 100644 --- a/maven-plugin-plugin/pom.xml +++ b/maven-plugin-plugin/pom.xml @@ -280,6 +280,9 @@ verify ${project.build.directory}/local-repo src/it/settings.xml + + 2.0.1 + verify @@ -297,5 +300,26 @@ + + maven-3 + + + + ${basedir} + + + + + + maven-invoker-plugin + + + 3.0-beta-3 + + + + + + diff --git a/maven-plugin-plugin/src/it/plugin-report/pom.xml b/maven-plugin-plugin/src/it/plugin-report/pom.xml index 19b1d8a..34d88a6 100644 --- a/maven-plugin-plugin/src/it/plugin-report/pom.xml +++ b/maven-plugin-plugin/src/it/plugin-report/pom.xml @@ -54,7 +54,7 @@ under the License. org.apache.maven.plugins maven-site-plugin - 2.0-beta-7 + @sitePluginVersion@