diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml index 020f58722..95681691e 100644 --- a/maven-plugin-plugin/pom.xml +++ b/maven-plugin-plugin/pom.xml @@ -155,15 +155,6 @@ - - - src/main/resources - - - true - src/main/filtered-resources - - diff --git a/maven-plugin-plugin/src/main/filtered-resources/META-INF/plexus/components.xml b/maven-plugin-plugin/src/main/filtered-resources/META-INF/plexus/components.xml deleted file mode 100644 index 28a4dbd74..000000000 --- a/maven-plugin-plugin/src/main/filtered-resources/META-INF/plexus/components.xml +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - org.apache.maven.artifact.handler.ArtifactHandler - maven-plugin - org.apache.maven.artifact.handler.DefaultArtifactHandler - - maven-plugin - jar - java - true - - - - - - - org.apache.maven.lifecycle.mapping.LifecycleMapping - maven-plugin - org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping - - - - default - - - - org.apache.maven.plugins:maven-resources-plugin:${version.maven-resources-plugin}:resources - - - org.apache.maven.plugins:maven-compiler-plugin:${version.maven-compiler-plugin}:compile - - - org.apache.maven.plugins:maven-plugin-plugin:${project.version}:descriptor - - - org.apache.maven.plugins:maven-resources-plugin:${version.maven-resources-plugin}:testResources - - - org.apache.maven.plugins:maven-compiler-plugin:${version.maven-compiler-plugin}:testCompile - - - org.apache.maven.plugins:maven-surefire-plugin:${version.maven-surefire}:test - - - org.apache.maven.plugins:maven-jar-plugin:${version.maven-jar-plugin}:jar, - org.apache.maven.plugins:maven-plugin-plugin:${project.version}:addPluginArtifactMetadata - - - org.apache.maven.plugins:maven-install-plugin:${version.maven-install-plugin}:install - - - org.apache.maven.plugins:maven-deploy-plugin:${version.maven-deploy-plugin}:deploy - - - - - - - - - -