[ANN] Apache Maven DOAP Plugin 3.0.0-M1 Released
Sylwester Lachiewicz <[email protected]> Sat, 29 Nov 2025 14:11:15 +0100
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Message-ID | <CAJG7DX0KoyjcCvHdBL+HH3AsdQEkTq3Vei43e0zZOxeXyXgB_w@mail.gmail.com> |
The Apache Maven team is pleased to announce the release of the Apache Maven DOAP Plugin, version 3.0.0-M1 This plugin is used to generate a compliant Description of a Project (DOAP) file from a POM https://maven.apache.org/plugins/maven-doap-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-doap-plugin</artifactId> <version>3.0.0-M1</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-doap-plugin/download.cgi Release Notes - Maven DOAP Plugin - Version 3.0.0-M1 https://github.com/apache/maven-doap-plugin/releases/tag/maven-doap-plugin-3.0.0-M1 Enjoy, -The Apache Maven team