checking in generate DOAP

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423113 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-07-18 15:21:23 +00:00
parent 18866c065d
commit 90d6e97a86
1 changed files with 115 additions and 64 deletions

View File

@ -1,64 +1,115 @@
<?xml version="1.0"?> <!--
<?xml-stylesheet type="text/xsl"?> ~ Copyright 2006 The Apache Software Foundation.
<rdf:RDF xml:lang="en" ~
xmlns="http://usefulinc.com/ns/doap#" ~ Licensed under the Apache License, Version 2.0 (the "License");
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" ~ you may not use this file except in compliance with the License.
xmlns:asfext="http://projects.apache.org/ns/asfext#" ~ You may obtain a copy of the License at
xmlns:foaf="http://xmlns.com/foaf/0.1/"> ~
<!-- ~ http://www.apache.org/licenses/LICENSE-2.0
======================================================================= ~
~ Unless required by applicable law or agreed to in writing, software
Copyright (c) 2006 The Apache Software Foundation. ~ distributed under the License is distributed on an "AS IS" BASIS,
All rights reserved. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
======================================================================= ~ limitations under the License.
--> -->
<Project rdf:about="http://Maven.rdf.apache.org/"> <rdf:RDF xml:lang="en" xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<created>2006-02-28</created> <Project rdf:about="http://Maven.rdf.apache.org/">
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> <created>2001</created>
<name>Apache Maven</name> <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
<homepage rdf:resource="http://maven.apache.org" /> <name>Maven</name>
<asfext:pmc rdf:resource="http://maven.apache.org" /> <homepage rdf:resource="http://maven.apache.org/"/>
<shortdesc>Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.</shortdesc> <asfext:pmc rdf:resource="http://maven.apache.org/"/>
<description>At first glance Maven can appear to be many things, but in a nutshell Maven is an attempt to apply patterns to a project's build infrastructure in order to promote comprehension and productivity by providing a clear path in the use of best practices. Maven is essentially a project management and comprehension tool and as such provides a way to help with managing: <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>
* Builds <bug-database rdf:resource="http://jira.codehaus.org/browse/MNG"/>
* Documentation <mailing-list rdf:resource="http://maven.apache.org//mail-lists.html"/>
* Reporting <download-page rdf:resource="http://maven.apache.org//download.html"/>
* Dependencies <programming-language>Java</programming-language>
* SCMs <category rdf:resource="http://projects.apache.org/category/build-management"/>
* Releases <repository>
* Distribution</description> <SVNRepository>
<bug-database rdf:resource="http://jira.codehaus.org/browse/MNG" /> <location rdf:resource="http://svn.apache.org/repos/asf/maven/components/trunk"/>
<mailing-list rdf:resource="http://maven.apache.org/mail-lists.html" /> <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/maven/components/trunk"/>
<download-page rdf:resource="http://maven.apache.org/download.html" /> </SVNRepository>
<programming-language>Java</programming-language> </repository>
<category rdf:resource="http://projects.apache.org/category/build-management" /> <maintainer>
<release> <foaf:Person>
<Version> <foaf:name>Jason van Zyl</foaf:name>
<name>Latest stable release</name> <foaf:mbox rdf:resource="mailto:jason@maven.org"/>
<created>2006-03-28</created> </foaf:Person>
<revision>2.0.3</revision> </maintainer>
</Version> <maintainer>
</release> <foaf:Person>
<release> <foaf:name>Brett Porter</foaf:name>
<Version> <foaf:mbox rdf:resource="mailto:brett@apache.org"/>
<name>Maven 2.0.2</name> </foaf:Person>
<created>2006-01-16</created> </maintainer>
<revision>2.0.2</revision> <maintainer>
</Version> <foaf:Person>
</release> <foaf:name>Emmanuel Venisse</foaf:name>
<repository> <foaf:mbox rdf:resource="mailto:evenisse@apache.org"/>
<SVNRepository> </foaf:Person>
<location rdf:resource="http://svn.apache.org/repos/asf/maven/components/trunk/"/> </maintainer>
<browse rdf:resource="http://svn.apache.org/viewcvs.cgi/maven/components/trunk/"/> <maintainer>
</SVNRepository> <foaf:Person>
</repository> <foaf:name>Kenney Westerhof</foaf:name>
<maintainer> <foaf:mbox rdf:resource="mailto:kenney@apache.org"/>
<foaf:Person> </foaf:Person>
<foaf:name>Emmanuel Venisse</foaf:name> </maintainer>
<foaf:mbox rdf:resource="mailto:evenisse@apache.org"/> <maintainer>
</foaf:Person> <foaf:Person>
</maintainer> <foaf:name>Stephane Nicoll</foaf:name>
</Project> <foaf:mbox rdf:resource="mailto:snicoll@apache.org"/>
</rdf:RDF> </foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Vincent Massol</foaf:name>
<foaf:mbox rdf:resource="mailto:vmassol@apache.org"/>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Fabrizio Giustina</foaf:name>
<foaf:mbox rdf:resource="mailto:fgiust@apache.org"/>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Edwin Punzalan</foaf:name>
<foaf:mbox rdf:resource="mailto:epunzalan@mergere.com"/>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Mike Perham</foaf:name>
<foaf:mbox rdf:resource="mailto:mperham@gmail.com"/>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>John Casey</foaf:name>
<foaf:mbox rdf:resource="mailto:jdcasey@apache.org"/>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Trygve Laugstol</foaf:name>
<foaf:mbox rdf:resource="mailto:trygvis@apache.org"/>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Vincent Siveton</foaf:name>
<foaf:mbox rdf:resource="mailto:vsiveton@apache.org"/>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Carlos Sanchez</foaf:name>
<foaf:mbox rdf:resource="mailto:carlos@apache.org"/>
</foaf:Person>
</maintainer>
</Project>
</rdf:RDF>