Apache Maven Compiler Plugin 4.0.0-beta-4 Released
Sylwester Lachiewicz <[email protected]> Sun, 1 Feb 2026 20:26:44 +0100
| Newsgroups | gmane.comp.apache.celix.devel,gmane.comp.apache.maven.announce,gmane.comp.jakarta.tomcat.user |
|---|---|
| Message-ID | <CAJG7DX0df2gbsWSPWmi3iuENKK+HezzFGyP=OhH18yUTx8Tzgw__31876.9402381562$1769974102$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-4 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-4</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-4 https://github.com/apache/maven-compiler-plugin/releases/tag/maven-compiler-plugin-4.0.0-beta-4 Enjoy, -The Apache Maven team