From 0c03851cfd369112e28c198574c1bbe0a62a7c66 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Sun, 22 Oct 2006 15:36:04 +0000 Subject: [PATCH] correcting artifactId and groupId git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466721 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/it0076/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-core-integration-tests/src/test/resources/it0076/pom.xml b/maven-core-integration-tests/src/test/resources/it0076/pom.xml index 9e586a1b8a..23b5918cab 100644 --- a/maven-core-integration-tests/src/test/resources/it0076/pom.xml +++ b/maven-core-integration-tests/src/test/resources/it0076/pom.xml @@ -1,8 +1,8 @@ 4.0.0 - org.apache.maven.it - maven-core-it0076 + org.apache.maven.its + maven-it-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.