Repository: maven-integration-testing
Updated Branches:
  refs/heads/master a7d4dc538 -> 6de9b84c8


[MNG-3259] Regression: Maven drops dependencies in multi-module build

o Disabled this test for Maven >= 3.4 as it relies on Maven
  to resolve managed test dependencies incorrectly. With Maven
  3.4-SNAPSHOT this test expectedly runs into SUREFIRE-300
  and expectedly cannot compile test classes due to missing
  transitive test dependencies. MNG-1577 did not take into account
  that 'test' and 'provided' scopes aren't transitive and did not
  eliminate such dependencies during resolution.


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

Branch: refs/heads/master
Commit: bb1c2923f75547dc115307da3a64b1bf1938223a
Parents: a7d4dc5
Author: Christian Schulte <schu...@apache.org>
Authored: Sat Feb 6 00:09:45 2016 +0100
Committer: Christian Schulte <schu...@apache.org>
Committed: Sat Feb 6 21:01:32 2016 +0100

----------------------------------------------------------------------
 .../maven/it/MavenITmng3259DepsDroppedInMultiModuleBuildTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/bb1c2923/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3259DepsDroppedInMultiModuleBuildTest.java
----------------------------------------------------------------------
diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3259DepsDroppedInMultiModuleBuildTest.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3259DepsDroppedInMultiModuleBuildTest.java
index 4b86412..d2f941f 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3259DepsDroppedInMultiModuleBuildTest.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3259DepsDroppedInMultiModuleBuildTest.java
@@ -39,7 +39,7 @@ public class MavenITmng3259DepsDroppedInMultiModuleBuildTest
      */
     public MavenITmng3259DepsDroppedInMultiModuleBuildTest()
     {
-        super( "(2.0.8,)" );
+        super( "(2.0.8,3.4)" );
     }
 
     public void testitMNG3259 ()

Reply via email to