You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Siveton <vs...@apache.org> on 2011/01/16 00:42:26 UTC

[ANN] Maven Doap Plugin 1.1 Released

The Maven team is pleased to announce the release of the Maven Doap
Plugin, version 1.1

The DOAP Plugin is used to generate compliant Description of a Project
(DOAP) file from a POM. 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/

You should specify the version in your project's plugin configuration:

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

Release Notes - Maven 2.x DOAP Plugin - Version 1.1

** Bug
    * [MDOAP-22] - Documentation regarding site-integration hrefs wrong file
    * [MDOAP-23] - Plugin assumes that both <connection> and
<developerConnection> are always specified
    * [MDOAP-24] - programing-language, os and name properties should
be an RDF literals, not a RDF resources.
    * [MDOAP-25] - foaf:Organization usage doesn't comply with DoaP/FoaF specs.
    * [MDOAP-26] - minimal pom IT is failing with Maven 3
    * [MDOAP-27] - Generated files aren't useable with Jena
    * [MDOAP-31] - Generated DOAP Mailing lists are too stricts

** Improvement
    * [MDOAP-28] - Remove developers/contributors having role 'emeritus'
    * [MDOAP-32] - Generate a DOAP file for another Maven Project
    * [MDOAP-33] - Add more DOAP options like blog, audience, plateform...
    * [MDOAP-34] - Add a way to add dynamically namespace

** New Feature
    * [MDOAP-15] - Please add german localization
    * [MDOAP-29] - Detect Apache projects
    * [MDOAP-35] - Fetch file-release url

** Task
    * [MDOAP-30] - Update requirement to Maven 2.2 and Java 5

Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org