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 +