delanym commented on issue #2455: URL: https://github.com/apache/maven/issues/2455#issuecomment-2954163079
Not the same result, but probably related: when I perform a partial build `-pl :a, :b` I get (consistently with certain projects and not at all with others) ``` [WARNING] ***************************************************************** [WARNING] * The org.apache.maven.plugins:maven-clean-plugin:3.4.0:clean * [WARNING] * mojo is already being executed on the project * [WARNING] * com.package.b. * [WARNING] * This mojo execution will be blocked until the mojo is done. * [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * The org.apache.maven.plugins:maven-clean-plugin:3.4.0:clean * [WARNING] * mojo is already being executed on the project * [WARNING] * com.package.b. * [WARNING] * This mojo execution will be blocked until the mojo is done. * [WARNING] ***************************************************************** ``` where a warning is printed TWICE for each plugin goal of project b. Then the build fails BOTH in compilation (missing symbols) and surefire tests (The forked VM terminated without properly saying goodbye). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org