[ANN] Apache Maven Source Plugin 3.4.0 Released
Sylwester Lachiewicz <[email protected]> Sat, 29 Nov 2025 14:28:01 +0100
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Message-ID | <CAJG7DX0oHFq7PY-Qq+oi=h0gfLU5nfb+di0=X-t_YmsQiAksnw__36288.2440489315$1764422918$gmane$org@mail.gmail.com> |
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin, version 3.4.0 This plugin creates a jar archive of the source files of the current project. https://maven.apache.org/plugins/maven-source-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.4.0</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-source-plugin/download.cgi Release Notes - Maven Source Plugin - Version 3.4.0 https://github.com/apache/maven-source-plugin/tree/v3.4.0 Enjoy, -The Apache Maven team