[ANN] Apache Apache Maven Compiler Plugin 4.0.0-beta-3 Released

Slawomir Jaranowski <[email protected]> Sun, 19 Oct 2025 09:16:26 +0200
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAGjJkv3JkNkj=pvRnU0yK6EkFi2JVVO=tHLn_n+s7qOY_kxLyw__45765.165313945$1760858352$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven Compiler Plugin, version 4.0.0-beta-3

The Compiler Plugin is used to compile the sources of your project.

NOTE: This plugin is a Maven 4 plugin and requires Maven 4.x to run.

https://maven.apache.org/plugins/maven-compiler-plugin-4.x/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-compiler-plugin</artifactId>
  <version>4.0.0-beta-3</version>
</plugin>

You can download the appropriate sources etc. from the download page:
https://maven.apache.org/plugins/maven-compiler-plugin-4.x/download.cgi

Release Notes - Maven Compiler Plugin - Version 4.0.0-beta-3
https://github.com/apache/maven-compiler-plugin/releases/tag/maven-compiler-plugin-4.0.0-beta-3

Enjoy,

-The Apache Maven team