maven-compiler-plugin icon indicating copy to clipboard operation
maven-compiler-plugin copied to clipboard

Apache Maven Compiler Plugin

Results 132 maven-compiler-plugin issues
Sort by recently updated
recently updated
newest added

**[John Patrick](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nhoj.patrick)** opened **[MCOMPILER-421](https://issues.apache.org/jira/browse/MCOMPILER-421?redirect=false)** and commented If you have the following structure you have to recompile everything for each version supported. If you have the following code; ``` src/main/java/package/Service.java (1)...

enhancement
priority:major

**[John Patrick](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nhoj.patrick)** opened **[MCOMPILER-422](https://issues.apache.org/jira/browse/MCOMPILER-422?redirect=false)** and commented I'm having to add ModuleInfoHack.java in empty packages so that compiler works, then do excludes **/ModuleInfoHack.java at package time. The simplest example is; ```...

enhancement
priority:major

**[Benjamin Marwell](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mampf86)** opened **[MCOMPILER-408](https://issues.apache.org/jira/browse/MCOMPILER-408?redirect=false)** and commented ## Problem Description / Setup I tried to execute the google error-prone plugin in the compile phase, but was unsatisfied with the outcome. However,...

bug
priority:major

**[Tuure Laurinolli](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tulau)** opened **[MCOMPILER-400](https://issues.apache.org/jira/browse/MCOMPILER-400?redirect=false)** and commented We use toolchains configured with the Maven Toolchains plugin to run tests on both JDK 8 and JDK 11. We still only compile on...

priority:major

**[John Patrick](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nhoj.patrick)** opened **[MCOMPILER-409](https://issues.apache.org/jira/browse/MCOMPILER-409?redirect=false)** and commented Just discovered some circle ci workflows are passing but should have been failing because of misconfiguration. The root cause is a error in the...

enhancement
priority:major

**[Oliver Drotbohm](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=oliver.gierke)** opened **[MCOMPILER-271](https://issues.apache.org/jira/browse/MCOMPILER-271?redirect=false)** and commented After upgrading the Maven Compiler Plugin to 3.5.1, I see compilation errors with builds that work on 3.5. The symptom is that classes generated...

bug
priority:major

**[David M. Lloyd](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dmlloyd)** opened **[MCOMPILER-264](https://issues.apache.org/jira/browse/MCOMPILER-264?redirect=false)** and commented The MCOMPILER-203 issue went part of the way to solve this problem, however it does not help in the case where annotation processors...

enhancement
priority:minor

**[Martin Paljak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=martinpaljak)** opened **[MCOMPILER-401](https://issues.apache.org/jira/browse/MCOMPILER-401?redirect=false)** and commented It seems Maven eats away compiler warnings about annotations processors and combined with -Werror results in a cryptic   > [ERROR] Failed to execute goal...

bug
priority:major

**[Romain Manni-Bucau](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau)** opened **[MCOMPILER-386](https://issues.apache.org/jira/browse/MCOMPILER-386?redirect=false)** and commented Lombok patches ecj through a javaagent to enable its integration. Maven plugin could support plexus compiler integration to add class file transformers to make...

enhancement
priority:major

**[Russell Gold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=russgold)** opened **[MCOMPILER-374](https://issues.apache.org/jira/browse/MCOMPILER-374?redirect=false)** and commented This is related to MCOMPILER-373. When a module-info.java file is present under an MR jar version directory, the plugin does add previous versions to...

bug
priority:major