diff --git a/maven-core-integration-tests/src/test/resources/it0076/pom.xml b/maven-core-integration-tests/src/test/resources/it0076/pom.xml new file mode 100644 index 0000000000..9e586a1b8a --- /dev/null +++ b/maven-core-integration-tests/src/test/resources/it0076/pom.xml @@ -0,0 +1,32 @@ + + + 4.0.0 + org.apache.maven.it + maven-core-it0076 + Test that plugins in pluginManagement aren't included in the build + unless they are referenced by groupId/artifactId within the plugins + section of a pom. + 1.0-SNAPSHOT + pom + + + + + + org.apache.maven.plugins + maven-war-plugin + + + + exec1 + package + + war + + + + + + + +