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

**[Sebb](https://issues.apache.org/jira/secure/[email protected])** opened **[MCOMPILER-537](https://issues.apache.org/jira/browse/MCOMPILER-537?redirect=false)** and commented Further to MCOMPILER-491, there is another difference between forked and non-forked compiles. Informational messages about deprecation etc are not shown in the forked case. For...

bug
priority:major

**[zosrothko](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=zosrothko)** opened **[MCOMPILER-535](https://issues.apache.org/jira/browse/MCOMPILER-535?redirect=false)** and commented Hello When compiling for Java 11 and using --add-exports flag as show below ```java maven-compiler-plugin --add-exports java.desktop/java.awt.dnd.peer=ALL-UNNAMED ``` the maven-compiler-plugin is generating a file named...

bug
priority:major

**[Marquis Wang](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mwang5)** opened **[MCOMPILER-532](https://issues.apache.org/jira/browse/MCOMPILER-532?redirect=false)** and commented I have a reproducing example here: https://github.com/marquiswang/incremental-compile-dagger-test. The README there shows how it goes wrong. Long story short, if you use mvn compile on...

bug
priority:minor

**[Olivier Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)** opened **[MCOMPILER-517](https://issues.apache.org/jira/browse/MCOMPILER-517?redirect=false)** and commented when using `install` m-compiler-p detects artifacts of the reactor as new and so re compile everything whereas it is not needed. the solution is...

enhancement
priority:major

**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** opened **[MCOMPILER-514](https://issues.apache.org/jira/browse/MCOMPILER-514?redirect=false)** and commented This works ```java   -Xlint:all,-processing   -Xlint:all   -XDcompilePolicy=byfile   -Xplugin:ErrorProne   -Xplugin:ErrorProne ``` But this ```java   -Xlint:all,-processing   -Xlint:all   -XDcompilePolicy=byfile   -Xplugin:ErrorProne   -Xplugin:ErrorProne -XepDisableAllChecks ``` fails with this ``` [ERROR] org.apache.maven.cli.MavenCli...

bug
priority:major

**[Vyom Yadav](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER284833)** opened **[MCOMPILER-509](https://issues.apache.org/jira/browse/MCOMPILER-509?redirect=false)** and commented Maven output is appearing out of order in windows. This may be related to maven or may be related to windows. In the cmd...

bug
priority:major

**[T3rm1](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=t3rm1)** opened **[MCOMPILER-498](https://issues.apache.org/jira/browse/MCOMPILER-498?redirect=false)** and commented The compiler plugin detects a file as stale whenever the class defined inside has a different name than the file. Steps to reproduce: Create a...

bug
priority:minor

**[Florian Wiesner](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER287749)** opened **[MCOMPILER-497](https://issues.apache.org/jira/browse/MCOMPILER-497?redirect=false)** and commented when setting `true` the automodule dependency log "Required filename-based automodules detected" will fail the build. As this is something you normally cannot fix as...

enhancement
priority:major

**[Petr Dolezal](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=pdolezal)** opened **[MCOMPILER-402](https://issues.apache.org/jira/browse/MCOMPILER-402?redirect=false)** and commented I tried to use `excludes` to exclude `module-info.java` from build, essentially in the same way as described in [the official example](https://maven.apache.org/plugins/maven-compiler-plugin/examples/module-info.html), but the file...

bug
priority:major

**[Rocher Suchard](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rocher.suchard)** opened **[MCOMPILER-478](https://issues.apache.org/jira/browse/MCOMPILER-478?redirect=false)** and commented Hello, I am trying to understand how I can fix this particular bug that occurs while compiling test sources with `src/test/java/module-info.java` (or `src/test/jpms/module-info.java` in...

bug
priority:major