maven-compiler-plugin
maven-compiler-plugin copied to clipboard
Apache Maven Compiler Plugin
**[Rocher Suchard](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rocher.suchard)** opened **[MCOMPILER-435](https://issues.apache.org/jira/browse/MCOMPILER-435?redirect=false)** and commented Hello, I followed ErrorProne installation (http://errorprone.info/docs/installation and http://errorprone.info/docs/patching) but I did not provide a `-XepPatchCheck` which result in an error that `maven-compiler-plugin` fails to...
**[dennis lucero](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=striderapache)** opened **[MCOMPILER-607](https://issues.apache.org/jira/browse/MCOMPILER-607?redirect=false)** and commented The build fails when there is no annotationProcessor in the annotationProcessors block: ```xml org.apache.maven.plugins maven-compiler-plugin 3.13.0 ``` > — compiler:3.13.0:compile (default-compile) @ Test —...
**[Armin Schrenk](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER306587)** opened **[MCOMPILER-598](https://issues.apache.org/jira/browse/MCOMPILER-598?redirect=false)** and commented A service provider class containing a text block with unescaped double quotes cannot be compiled with the maven compiler plugin. The parser of the...
**[Chen Zhang](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER307778)** opened **[MCOMPILER-605](https://issues.apache.org/jira/browse/MCOMPILER-605?redirect=false)** and commented Hi , I’m a researcher specializing in software engineering, and I'm currently exploring configuration issues related to Maven, with a particular focus on the...
**[Michael Ekstrand](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ekstrand)** opened **[MCOMPILER-209](https://issues.apache.org/jira/browse/MCOMPILER-209?redirect=false)** and commented The compiler plugin has the [useIncrementalCompilation](https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#useIncrementalCompilation) flag. However, when this flag is set to `true` and using the `javac` compiler, the compilation is not...
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** opened **[MCOMPILER-599](https://issues.apache.org/jira/browse/MCOMPILER-599?redirect=false)** and commented Just trying to use the maven-compiler-plugin 4.0.0-beta-1 with Maven 4.0.0-beta-4 fails with the following error: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:4.0.0-beta-1:compile (default-compile)...
**[Artem K.](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER297780)** opened **[MCOMPILER-603](https://issues.apache.org/jira/browse/MCOMPILER-603?redirect=false)** and commented ## Summary When using `--patch-module` compiler argument, there is a `NullPointerException` due to field `pathElements` not being initialized in `{}TestCompilerMojo{`}. ## Description This bug...
**[Thijs Rijpert](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305505)** opened **[MCOMPILER-592](https://issues.apache.org/jira/browse/MCOMPILER-592?redirect=false)** and commented Due to a combination of plugins, it is possible for the project.build.outputTimestamp property to have an empty string as a value. This causes an...
**[Caleb Cushing](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=xenoterracide)** opened **[MCOMPILER-597](https://issues.apache.org/jira/browse/MCOMPILER-597?redirect=false)** and commented When using a `module-info` with the `exports ... to ...` directive, the `modulePath` is generated incorrectly. Given the following `module-info.java` and the corresponding `pom.xml`...
**[Liam Miller-Cushon](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cushon)** opened **[MCOMPILER-596](https://issues.apache.org/jira/browse/MCOMPILER-596?redirect=false)** and commented This is a feature request to support configuring javac's --system flag: https://docs.oracle.com/en/java/javase/21/docs/specs/man/javac.html#option-system -system can be set to the path to a JDK, and configures...