[ https://issues.apache.org/jira/browse/MNG-7087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275694#comment-17275694 ]
Michael Osipov commented on MNG-7087: ------------------------------------- This should do it: {noformat} mosipov@bsd1srv:~/var/Projekte/maven/maven-test-support (mng-7051-non-existing-profile-activation *=) $ git diff diff --git a/maven-test-support/pom.xml b/maven-test-support/pom.xml index c051cc447..9abe4401f 100644 --- a/maven-test-support/pom.xml +++ b/maven-test-support/pom.xml @@ -43,7 +43,6 @@ under the License. <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <version>${junitVersion}</version> - <scope>test</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> @@ -74,12 +73,6 @@ under the License. <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-annotations</artifactId> </dependency> - <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-params</artifactId> - <version>5.7.0</version> - <scope>compile</scope> - </dependency> </dependencies> </project> mosipov@bsd1srv:~/var/Projekte/maven/maven-test-support (mng-7051-non-existing-profile-activation *=) $ ~/apache-maven/bin/mvn -V clean install -q Apache Maven 4.0.0-alpha-1-SNAPSHOT (c4e1aee95324fe6550513715b6e61de4f55cff6a) Maven home: /home/mosipov/apache-maven Java version: 1.8.0_282, vendor: OpenJDK BSD Porting Team, runtime: /usr/local/openjdk8/jre Default locale: de_DE, platform encoding: UTF-8 OS name: "freebsd", version: "12.2-stable", arch: "amd64", family: "unix" mosipov@bsd1srv:~/var/Projekte/maven/maven-test-support (mng-7051-non-existing-profile-activation *=) $ echo $? 0 {noformat} [~gnodet], your JUnit skills are better than mine. WDYT? Is that an error in the from bb916d0784c7631866167928e4d0615df3317567? > Can't build master with snapshot of Maven 4 > ------------------------------------------- > > Key: MNG-7087 > URL: https://issues.apache.org/jira/browse/MNG-7087 > Project: Maven > Issue Type: Bug > Affects Versions: 4.0.x-candidate > Environment: Apache Maven 4.0.0-alpha-1-SNAPSHOT > (bb916d0784c7631866167928e4d0615df3317567) > Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: > /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home > Reporter: Maarten Mulders > Priority: Major > Fix For: 4.0.x-candidate > > > It's not possible to build Maven HEAD (I've tested with rev. bb916d0) using a > recent Maven 4 snapshot. Even {{mvn validate}} doesn't succeed: > {code} > [INFO] Scanning for projects... > ERROR: '' > [ERROR] [ERROR] Some problems were encountered while processing the POMs: > [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must > be unique: org.junit.jupiter:junit-jupiter-params:jar -> version > ${junitVersion} vs 5.7.0 @ line 77, column 17 > [FATAL] input contained no data @ > @ > [ERROR] The build could not read 1 project -> [Help 1] > [ERROR] > [ERROR] The project > (/Users/maarten/Code/open-source/maven/maven/maven-model-builder/pom.xml) has > 1 error > [ERROR] input contained no data > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the '-e' > switch. > [ERROR] Re-run Maven using the '-X' switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please > read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException > {code} > I've done `git bisect` (first time, I hope I did it correctly): > {code} > 9f88494b6064ad45ea2e2e1e3478afc7af0bc065 is the first bad commit > Author: rfscholte > Date: Mon Dec 21 22:23:43 2020 +0100 > [MNG-6957] Versionless reactor dependencies/parent should work even if > modules are aggregated in reverse order > > This closes #391 > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)