Jean Gauthier created MCOMPILER-604: ---------------------------------------
Summary: maven-compiler-plugin build is failing with maven 4.0.0-beta-5 Key: MCOMPILER-604 URL: https://issues.apache.org/jira/browse/MCOMPILER-604 Project: Maven Compiler Plugin Issue Type: Bug Affects Versions: next-release Reporter: Jean Gauthier The build of the maven-compiler-plugin on the master branch is currently failing with the following compilation error: {code} [ERROR] .../maven-compiler-plugin/src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java:[517,13] cannot access org.apache.maven.api.ProducedArtifact class file for org.apache.maven.api.ProducedArtifact not found {code} I could reproduce the issue both with Maven 3.9.9 and 4.0.0-beta-5, but couldn't test it with 4.0.0-beta-1/4.0.0-beta-2 because I didn't find the binaries for those versions. -- This message was sent by Atlassian Jira (v8.20.10#820010)