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

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...

dependencies
java

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...

documentation

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)...

dependencies
java

### 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...

enhancement

**[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,...

bug
priority:major

**[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...

bug
priority:major

**[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"...

bug
priority:major

### Affected version 3.11.0 ### Bug description - Problem Show: [ ![Image](https://github.com/user-attachments/assets/857caa99-59bc-4b1b-9f64-26ea0b1935ac) ](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:...

bug

**[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...

enhancement
priority:major

### 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...

bug