-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"No such compiler 'eclipse'." with 3.15.0 and Maven 3.9.6 #394
Comments
same here, any clue ? |
Cannot reproduce.
|
Also - not sure what is 3.15.0 in the title for, as plexus-compiler is 2.15.0 and m-compiler-p is 3.13.0. |
Problem starts with plexus-compiler-eclipse version 2.14.0 I used the given pom.xml and run mvn install -Dsisu.debug
Tried with several java 17 JDKs and maven from version 3.6.3 to 3.9.1, I always have the same error. |
It works with maven 3.9.6+ as specified in 2.14.0 release notes. @stormeuh: are you sure you are using the minimal required versions? see here: https://github.com/codehaus-plexus/plexus-compiler/releases/tag/plexus-compiler-2.14.0 |
Hello
I am getting "No such compiler 'eclipse'" on a completely bare project (generated from maven quickstart archetype).
Below is my pom.xml, and here is the log from running "mvn clean compile -X"
mvn_clean_compile.log
Quick summary of my environment (see attached log for more):
Fedora 40
Java 21.0.3 OpenJDK
Maven 3.9.6
The text was updated successfully, but these errors were encountered: