Arnaud Heritier created MNG-5484: ------------------------------------ Summary: Changing the Maven distribution name breaks ITs Key: MNG-5484 URL: https://jira.codehaus.org/browse/MNG-5484 Project: Maven 2 & 3 Issue Type: Bug Components: Integration Tests Affects Versions: 3.1.0-alpha-1 Environment: 3.1-SNAPSHOT but probably existing for a long time Reporter: Arnaud Heritier
We have a feature branch like slf4j-log4j2 where we temporarily changed the distribution name : {code} arnaud@mbp-arnaud:~/Code/Maven/maven-integration-testing (git:master)$ mvn --version Apache Maven (Log4J2) 3.1-SNAPSHOT (e8de237706061aff5e6924f0d553ae23d7321f16; 2013-06-11 23:02:46+0200) Maven home: /Users/arnaud/Applications/apache-maven-3.1-SNAPSHOT-log4j2 Java version: 1.7.0_21, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.8.4", arch: "x86_64", family: "mac" {code} All ITs are skipped with : {code} Running integration tests for Maven 4J2) using Maven executable: /Users/arnaud/Applications/apache-maven-3.1-SNAPSHOT-log4j2/bin/mvn Bootstrap(Bootstrap)........................................SKIPPED - Maven version 4J2) not in range [2.0,) mng5482AetherNotFound(PluginDependency).....................SKIPPED - Maven version 4J2) not in range [3.1-A,) mng5482AetherNotFound(PluginSite)...........................SKIPPED - Maven version 4J2) not in range [3.1-A,) mng5445LegacyStringSearchModelInterpolator(it)..............SKIPPED - Maven version 4J2) not in range [3.1,) mng5387ArtifactReplacementPlugin(ArtifactReplacementExecution)SKIPPED - Maven version 4J2) not in range [3.1,) mng5382Jsr330Plugin(Jsr330PluginExecution)..................SKIPPED - Maven version 4J2) not in range [3.1-alpha,) mng5338FileOptionToDirectory(FileOptionToADirectory)........SKIPPED - Maven version 4J2) not in range [3.1-A,) {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira