The Maven team is pleased to announce the release of the Maven DOAP Plugin, version 1.0.
This plugin generates a Description of a Project (DOAP) file from information in a POM. http://maven.apache.org/plugins/maven-doap-plugin/ You can run mvn -up to get the latest version of the plugin, or specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-doap-plugin</artifactId> <version>1.0</version> </plugin> Release Notes - Maven 2.x DOAP Plugin - Version 1.0 ** Bug * [MDOAP-6] - Support more repositories * [MDOAP-13] - 'Examples' section on 'Introduction' page contains a broken link. ** Improvement * [MDOAP-1] - DOAP Plugin should support setting of shortdesc and pmc and the about default should be http://${project.artifactId}.rdf.apache.org * [MDOAP-8] - ASF namespace is always include * [MDOAP-9] - Support more DOAP resource like wikis * [MDOAP-10] - Supports more DOAP roles for developers/contributors * [MDOAP-12] - Take care of the xml:lang ** New Feature * [MDOAP-4] - Handle versions ** Task * [MDOAP-7] - Add test code * [MDOAP-14] - Review and update site documentation Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
