The Apache Maven team is pleased to announce the release of the Apache Maven DOAP Plugin, version 3.0.0-M2
https://maven.apache.org/plugins/maven-doap-plugin/ This release drops the plugin's dependencies on maven-compat, Wagon, and Commons HttpClient 3.1, so it runs on Maven distributions without maven-compat, including Maven 4. It also adds the fileReleaseClassifier and fileReleaseType parameters, which let doap:file-release point at the distributed source-release archive. 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-M2</version> </plugin> Release Notes - Maven DOAP Plugin - Version 3.0.0-M2 https://github.com/apache/maven-doap-plugin/releases/tag/maven-doap-plugin-3.0.0-M2 Enjoy, -The Apache Maven team
