maven-compiler-plugin
maven-compiler-plugin copied to clipboard
Apache Maven Compiler Plugin
Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 42 to 43. Release notes Sourced from org.apache.maven.plugins:maven-plugins's releases. 43 :boom: Breaking changes Remove dependency on maven-plugin-annotations to better support Maven 4 plugins (#190) @gnodet Remove checkstyle.violation.ignore...
Since JDK 23 no annotation processing is done by default for security reason. This PR adds information about this and also adds an example page how to do it in...
Bumps `mavenVersion` from 4.0.0-rc-3 to 4.0.0-rc-4. Updates `org.apache.maven:maven-api-core` from 4.0.0-rc-3 to 4.0.0-rc-4 Release notes Sourced from org.apache.maven:maven-api-core's releases. 4.0.0-rc-4 🚀 New features and improvements [MNG-8765] - Maven Upgrade Tool (#2407)...
### Easy way to treat warnings as errors except specific type/s Hi I'm playing with [the latest documentation](https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#parameters) and source code for maven-compiler-plugin for a couple of hours but I...
**[Mikkel Kjeldsen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER303566)** opened **[MCOMPILER-572](https://issues.apache.org/jira/browse/MCOMPILER-572?redirect=false)** and commented Versions of `maven-compiler-plugin` that rely on `plexus-compiler-2.14.2`, hereunder `maven-compiler-plugin-3.12.1`, cannot pass multi-line compiler arguments to a forked `javac` on Windows in any way. Further,...
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** opened **[MCOMPILER-496](https://issues.apache.org/jira/browse/MCOMPILER-496?redirect=false)** and commented Hence, it cannot resolve annotation processor from current multi module build, and it requires annotation processor to be installed/downloaded. Move off from legacy API...
**[Marc Philipp](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=marcphilipp)** opened **[MCOMPILER-443](https://issues.apache.org/jira/browse/MCOMPILER-443?redirect=false)** and commented Current code exits too early and forgets to remove results from previous build. ```java if ( compileSourceRoots.isEmpty() ) { getLog().info( "No sources to compile"...
### Affected version 3.11.0 ### Bug description - Problem Show: [  ](url) - Environment used Apache Maven 3.8.8 (4c87b05d9aedce574290d1acc98575ed5eb6cd39) Maven home: D:\Program Files\Java\maven\apache-maven-3.8.8 Java version: 21.0.7, vendor: BellSoft, runtime:...
**[Emmanuel Bourg](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ebourg)** opened **[MCOMPILER-397](https://issues.apache.org/jira/browse/MCOMPILER-397?redirect=false)** and commented The `jpms.args` file generated since the version 3.7 contains absolute paths, for example here is the file generated for jaxb-core: ``` --add-modules java.xml.bind --upgrade-module-path...
### Affected version 3.14 ### Bug description I get the following error, plus a link to a most general web-page without a hint what’s wrong: `ERROR Failed to execute goal...