From fc02ad2f0d2086ebd66cd5588e05572ae036765c Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 21 May 2012 22:40:27 +0000 Subject: [PATCH] more cleanup due to parent change of plugin git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1341238 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/pom.xml | 69 ++++++++++++++++++++++++++----------- 1 file changed, 49 insertions(+), 20 deletions(-) diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml index 2290e54..ae24780 100644 --- a/maven-plugin-plugin/pom.xml +++ b/maven-plugin-plugin/pom.xml @@ -197,13 +197,16 @@ + + + + org.apache.maven.plugins + maven-plugin-plugin + ${mavenPluginPluginVersion} + + + - - maven-site-plugin - - scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version} - - org.codehaus.modello modello-maven-plugin @@ -221,21 +224,42 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + + enforce + + ensure-no-container-api + + + + + org.codehaus.plexus:plexus-component-api + + The new containers are not supported. You probably added a dependency that is missing the exclusions. + + + true + + + + + + org.apache.maven.plugins + maven-plugin-plugin + + + generated-helpmojo + + helpmojo + + + + - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.4 - - - org.apache.maven.plugins - maven-plugin-plugin - 2.9 - - - @@ -252,6 +276,11 @@ + + org.apache.maven.plugins + maven-invoker-plugin + 1.5 +