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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
