mirror of https://github.com/apache/maven.git
[MNG-2117] Update doap file descriptor
o Regenerate the doap descriptor using the latest version of the DOAP plugin. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@470602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
371eb0cecb
commit
36d1285791
|
@ -23,8 +23,8 @@
|
||||||
<shortdesc>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</shortdesc>
|
<shortdesc>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</shortdesc>
|
||||||
<description>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</description>
|
<description>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</description>
|
||||||
<bug-database rdf:resource="http://jira.codehaus.org/browse/MNG"/>
|
<bug-database rdf:resource="http://jira.codehaus.org/browse/MNG"/>
|
||||||
<mailing-list rdf:resource="http://maven.apache.org//mail-lists.html"/>
|
<mailing-list rdf:resource="http://maven.apache.org/mail-lists.html"/>
|
||||||
<download-page rdf:resource="http://maven.apache.org//download.html"/>
|
<download-page rdf:resource="http://maven.apache.org/download.html"/>
|
||||||
<programming-language>Java</programming-language>
|
<programming-language>Java</programming-language>
|
||||||
<category rdf:resource="http://projects.apache.org/category/build-management"/>
|
<category rdf:resource="http://projects.apache.org/category/build-management"/>
|
||||||
<repository>
|
<repository>
|
||||||
|
@ -111,5 +111,11 @@
|
||||||
<foaf:mbox rdf:resource="mailto:carlos@apache.org"/>
|
<foaf:mbox rdf:resource="mailto:carlos@apache.org"/>
|
||||||
</foaf:Person>
|
</foaf:Person>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
|
<maintainer>
|
||||||
|
<foaf:Person>
|
||||||
|
<foaf:name>Dennis Lundberg</foaf:name>
|
||||||
|
<foaf:mbox rdf:resource="mailto:dennisl@apache.org"/>
|
||||||
|
</foaf:Person>
|
||||||
|
</maintainer>
|
||||||
</Project>
|
</Project>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
Loading…
Reference in New Issue