You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/07/28 19:28:40 UTC

maven-integration-testing git commit: [MNG-6123] detect self references in POM and fail fast o Changed the artifactId of the integration test to prevent failing on the check for self referencing.

Repository: maven-integration-testing
Updated Branches:
  refs/heads/MNG-6123-detect-self-references [created] 3a1f095ec


[MNG-6123] detect self references in POM and fail fast
 o Changed the artifactId of the integration test to
   prevent failing on the check for self referencing.


Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/3a1f095e
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/3a1f095e
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/3a1f095e

Branch: refs/heads/MNG-6123-detect-self-references
Commit: 3a1f095ec845c94b8e21ea28e4ffe69a01c29f4b
Parents: a162291
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Fri Jul 28 21:26:42 2017 +0200
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Fri Jul 28 21:26:42 2017 +0200

----------------------------------------------------------------------
 core-it-suite/src/test/resources/mng-4293/pom-template.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/3a1f095e/core-it-suite/src/test/resources/mng-4293/pom-template.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/resources/mng-4293/pom-template.xml b/core-it-suite/src/test/resources/mng-4293/pom-template.xml
index a4c3c34..6a487df 100644
--- a/core-it-suite/src/test/resources/mng-4293/pom-template.xml
+++ b/core-it-suite/src/test/resources/mng-4293/pom-template.xml
@@ -23,7 +23,7 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.its.mng4293</groupId>
-  <artifactId>test</artifactId>
+  <artifactId>it-test-mng-4293</artifactId>
   <version>0.1</version>
 
   <name>Maven Integration Test :: MNG-4293</name>