You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2017/05/13 22:21:26 UTC

maven-integration-testing git commit: Expect fail for MNG-947 with Maven 3.0.5

Repository: maven-integration-testing
Updated Branches:
  refs/heads/MNG-947-fail-maven-3.0.5 [created] 44ae63380


Expect fail for MNG-947 with Maven 3.0.5

Due to the addition of MNG-6229 it turns out that Maven 3.0.5 resolves
optional dependencies differently than other versions. The oldest
version to pass this IT is 3.1.0-alpha-1.


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/44ae6338
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/44ae6338
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/44ae6338

Branch: refs/heads/MNG-947-fail-maven-3.0.5
Commit: 44ae63380768e53fab11ffb73131f201b268ed81
Parents: 4aeb411
Author: Michael Osipov <mi...@apache.org>
Authored: Sun May 14 00:15:07 2017 +0200
Committer: Michael Osipov <mi...@apache.org>
Committed: Sun May 14 00:15:07 2017 +0200

----------------------------------------------------------------------
 .../org/apache/maven/it/MavenITmng0947OptionalDependencyTest.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/44ae6338/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0947OptionalDependencyTest.java
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0947OptionalDependencyTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0947OptionalDependencyTest.java
index b0ca8f2..3a324fd 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0947OptionalDependencyTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0947OptionalDependencyTest.java
@@ -46,6 +46,8 @@ public class MavenITmng0947OptionalDependencyTest
     public void testit()
         throws Exception
     {
+        failingMavenVersions( "(,3.1.0-alpha-1)" );
+
         File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-0947" );
 
         Verifier verifier = newVerifier( testDir.getAbsolutePath() );