You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2015/03/17 20:48:43 UTC

[ANN] Apache Maven DOAP Plugin Version 1.2 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven DOAP Plugin, version 1.2

The DOAP Plugin is used to generate a compliant
Description of a Project (DOAP)] file from a POM.

Description of a Project (DOAP) http://usefulinc.com/doap

The main goal is to be able to provide DOAP files for Semantic Web systems that
use them as primary input but that would also alleviate the burden of
maintaining two sets of metadata.

http://maven.apache.org/plugins/maven-doap-plugin/

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-doap-plugin</artifactId>
  <version>1.2</version>
</plugin>

Release Notes - Maven DOAP Plugin - Version 1.2

Bugs:

 * [MDOAP-38] - <shortdesc> too long value provide better error message
 * [MDOAP-42] - Updated plexus-interpolation for thread safety issues

Improvements:

 * [MDOAP-39] - Upgrade to Maven 2.2.1 compatiblity
 * [MDOAP-40] - Upgrade to scm 1.9.1
 * [MDOAP-41] - Update version of plexus-utils to 3.0.18
 * [MDOAP-43] - Upgrade to scm 1.9.2
 * [MDOAP-44] - Upgrade plexus-utils to 3.0.20
 * [MDOAP-45] - Upgrade plexus-i18n to 1.0-beta-10

Task:

 * [MDOAP-37] - use maven-plugin-tools' java 5 annotations

Enjoy,

- The Apache Maven team