From 6f390a0303115cd470d204e7dcf9409cdf357d11 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Sun, 22 Oct 2006 16:39:43 +0000 Subject: [PATCH] o making the groupId unique for each IT git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466757 13f79535-47bb-0310-9956-ffa450edef68 --- maven-core-integration-tests/src/test/resources/it0003/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-core-integration-tests/src/test/resources/it0003/pom.xml b/maven-core-integration-tests/src/test/resources/it0003/pom.xml index 19e4177d8f..7a3ef7236e 100644 --- a/maven-core-integration-tests/src/test/resources/it0003/pom.xml +++ b/maven-core-integration-tests/src/test/resources/it0003/pom.xml @@ -1,6 +1,6 @@ 4.0.0 - org.apache.maven.its + org.apache.maven.its.it0003 maven-it-it0003 Builds upon it0001: we add a jar installation step. We delete the JAR from the local repository to make sure it is there post build.