store first generation of doap file
diff --git a/doap_mrunit.rdf b/doap_mrunit.rdf
new file mode 100644
index 0000000..a335e38
--- /dev/null
+++ b/doap_mrunit.rdf
@@ -0,0 +1,245 @@
+
+<!-- ====================================================================== -->
+<!-- ===================== - DO NOT EDIT THIS FILE! - ===================== -->
+<!-- ====================================================================== -->
+<!--                                                                        -->
+<!-- Any modifications will be overwritten.                                 -->
+<!--                                                                        -->
+<!-- Generated by Maven Doap Plugin 1.1 on 6/22/14 8:03 PM                  -->
+<!-- See: http://maven.apache.org/plugins/maven-doap-plugin/                -->
+<!--                                                                        -->
+<!-- ====================================================================== -->
+
+<rdf:RDF xml:lang="en" xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:asfext="http://projects.apache.org/ns/asfext#">
+  <Project rdf:about="http://mrunit.apache.org">
+
+    <!-- ====================================================================== -->
+    <!-- A name of something.                                                   -->
+    <!-- ====================================================================== -->
+
+    <name>Apache MRUnit</name>
+
+    <!-- ====================================================================== -->
+    <!-- Plain text description of a project, of 2-4 sentences in length.       -->
+    <!-- ====================================================================== -->
+
+    <description xml:lang="en">The Apache MRUnit is a Java library that helps developers unit test Apache Hadoop map reduce jobs.</description>
+    <shortdesc xml:lang="en">Apache MRUnit is a Java library that helps developers unit test Apache Hadoop map reduce jobs.</shortdesc>
+
+    <!-- ====================================================================== -->
+    <!-- Vendor.                                                                -->
+    <!-- ====================================================================== -->
+
+    <vendor>The Apache Software Foundation</vendor>
+
+    <!-- ====================================================================== -->
+    <!-- Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05   -->
+    <!-- ====================================================================== -->
+
+    <created>2009-01-01</created>
+
+    <!-- ====================================================================== -->
+    <!-- URL of a project's homepage, associated with exactly one project.      -->
+    <!-- ====================================================================== -->
+
+    <homepage rdf:resource="http://mrunit.apache.org"/>
+
+    <!-- ====================================================================== -->
+    <!-- The URI of the license the software is distributed under.              -->
+    <!-- ====================================================================== -->
+
+    <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
+
+    <!-- ====================================================================== -->
+    <!-- Programming language.                                                  -->
+    <!-- ====================================================================== -->
+
+    <programming-language>Java</programming-language>
+
+    <!-- ====================================================================== -->
+    <!-- A category of project.                                                 -->
+    <!-- ====================================================================== -->
+
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+
+    <!-- ====================================================================== -->
+    <!-- Anonymous Source Repository.                                           -->
+    <!-- ====================================================================== -->
+
+    <repository>
+      <Repository>
+        <location rdf:resource="git:http://git-wip-us.apache.org/repos/asf/mrunit.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=mrunit.git;a=summary"/>
+      </Repository>
+    </repository>
+
+    <!-- ====================================================================== -->
+    <!-- Developer Source Repository.                                           -->
+    <!-- ====================================================================== -->
+
+    <repository>
+      <Repository>
+        <location rdf:resource="git:https://git-wip-us.apache.org/repos/asf/mrunit.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=mrunit.git;a=summary"/>
+      </Repository>
+    </repository>
+
+    <!-- ====================================================================== -->
+    <!-- Bug database.                                                          -->
+    <!-- ====================================================================== -->
+
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/MRUNIT"/>
+
+    <!-- ====================================================================== -->
+    <!-- Mailing lists.                                                         -->
+    <!-- ====================================================================== -->
+
+    <mailing-list rdf:resource="http://mrunit.apache.org/mail-lists.html"/>
+
+    <!-- ====================================================================== -->
+    <!-- Download page.                                                         -->
+    <!-- ====================================================================== -->
+
+    <download-page rdf:resource="http://mrunit.apache.org/general/downloads.html"/>
+
+    <!-- ====================================================================== -->
+    <!-- Project releases.                                                      -->
+    <!-- ====================================================================== -->
+
+    <release>
+      <Version>
+        <name>Latest stable release</name>
+        <revision>1.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache MRUnit - 1.0.0</name>
+        <revision>1.0.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache MRUnit - 0.9.0-incubating</name>
+        <revision>0.9.0-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache MRUnit - 0.8.1-incubating</name>
+        <revision>0.8.1-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache MRUnit - 0.8.0-incubating</name>
+        <revision>0.8.0-incubating</revision>
+        <file-release>http://repo.maven.apache.org/maven2/org/apache/mrunit/mrunit/0.8.0-incubating/mrunit-0.8.0-incubating.jar</file-release>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache MRUnit - 0.5.0-incubating</name>
+        <revision>0.5.0-incubating</revision>
+        <file-release>http://repo.maven.apache.org/maven2/org/apache/mrunit/mrunit/0.5.0-incubating/mrunit-0.5.0-incubating.jar</file-release>
+      </Version>
+    </release>
+
+    <!-- ====================================================================== -->
+    <!-- Main committers.                                                       -->
+    <!-- ====================================================================== -->
+
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Brock Noland</foaf:name>
+        <foaf:mbox rdf:resource="mailto:brock@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Konstantin Boudnik</foaf:name>
+        <foaf:mbox rdf:resource="mailto:cos@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Dave Beech</foaf:name>
+        <foaf:mbox rdf:resource="mailto:dbeech@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Bertrand Dechoux</foaf:name>
+        <foaf:mbox rdf:resource="mailto:dechouxb@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Eric Sammer</foaf:name>
+        <foaf:mbox rdf:resource="mailto:esammer@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Garrett Wu</foaf:name>
+        <foaf:mbox rdf:resource="mailto:gwu@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Jarek Jarcec Cecho</foaf:name>
+        <foaf:mbox rdf:resource="mailto:jarcec@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Jim Donofrio</foaf:name>
+        <foaf:mbox rdf:resource="mailto:jdonofrio@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Aaron Kimball</foaf:name>
+        <foaf:mbox rdf:resource="mailto:kimballa@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>James Robert Kinley</foaf:name>
+        <foaf:mbox rdf:resource="mailto:kinley@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Chris Mattmann</foaf:name>
+        <foaf:mbox rdf:resource="mailto:mattmann@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Nigel Daley</foaf:name>
+        <foaf:mbox rdf:resource="mailto:nigel@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Patrick D. Hunt</foaf:name>
+        <foaf:mbox rdf:resource="mailto:phunt@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+
+    <!-- ====================================================================== -->
+    <!-- ASF extension.                                                         -->
+    <!-- ====================================================================== -->
+
+    <asfext:pmc rdf:resource="http://mrunit.apache.org"/>
+    <asfext:name>Apache MRUnit</asfext:name>
+    <foaf:homepage rdf:resource="http://mrunit.apache.org"/>
+    <asfext:charter>Apache MRUnit is a Java library that helps developers unit test Apache Hadoop map reduce jobs.</asfext:charter>
+    <asfext:chair>
+      <foaf:Person>
+        <foaf:name>Brock Noland</foaf:name>
+      </foaf:Person>
+    </asfext:chair>
+  </Project>
+</rdf:RDF>
\ No newline at end of file