You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/06 18:38:19 UTC

svn commit: r1443084 - /incubator/marmotta/site/trunk/pom.xml

Author: wikier
Date: Wed Feb  6 17:38:18 2013
New Revision: 1443084

URL: http://svn.apache.org/viewvc?rev=1443084&view=rev
Log:
prepared a proper site pom, for the moment copying what in the future should go in the parent pom

Modified:
    incubator/marmotta/site/trunk/pom.xml

Modified: incubator/marmotta/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/pom.xml?rev=1443084&r1=1443083&r2=1443084&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/pom.xml (original)
+++ incubator/marmotta/site/trunk/pom.xml Wed Feb  6 17:38:18 2013
@@ -23,6 +23,13 @@
 
     <modelVersion>4.0.0</modelVersion>
 
+    <!--
+    <parent>
+        <groupId>org.apache.marmotta</groupId>
+        <artifactId>marmotta-parent</artifactId>
+        <version>3.0-incubating-SNAPSHOT</version>
+    </parent>
+    -->
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
@@ -65,5 +72,125 @@
         </pluginManagement>
     </build>
 
+    <inceptionYear>2012</inceptionYear>
+    <licenses>
+        <license>
+            <name>Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+        </license>
+    </licenses>
+
+    <developers>
+        <developer>
+            <id>andy</id>
+            <name>Andy Seaborne</name>
+            <email>andy@apache.org</email>
+            <organization>The Apache Software Foundation</organization>
+        </developer>
+        <developer>
+            <id>dglachs</id>
+            <name>Dietmar Glachs</name>
+            <email>dglachs@apache.org</email>
+            <organization>The Apache Software Foundation</organization>
+        </developer>
+        <developer>
+            <id>fchrist</id>
+            <name>Fabian Christ</name>
+            <email>fchrist@apache.org</email>
+            <organization>The Apache Software Foundation</organization>
+        </developer>
+        <developer>
+            <id>jakob</id>
+            <name>Jakob Frank</name>
+            <email>jakob@apache.org</email>
+            <organization>The Apache Software Foundation</organization>
+        </developer>
+        <developer>
+            <id>nandana</id>
+            <name>Nandana Mihindukulasooriya</name>
+            <email>nandana@apache.org</email>
+            <organization>The Apache Software Foundation</organization>
+        </developer>
+        <developer>
+            <id>rwesten</id>
+            <name>Rupert Westenthaler</name>
+            <email>rwesten@apache.org</email>
+            <organization>The Apache Software Foundation</organization>
+        </developer>
+        <developer>
+            <id>andy</id>
+            <name>Andy Seaborne</name>
+            <email>andy@apache.org</email>
+            <organization>The Apache Software Foundation</organization>
+        </developer>
+        <developer>
+            <id>sschaffert</id>
+            <name>Sebastian Schaffert</name>
+            <email>sschaffert@apache.org</email>
+            <organization>The Apache Software Foundation</organization>
+        </developer>
+        <developer>
+            <id>wikier</id>
+            <name>Sergio Fernández</name>
+            <email>wikier@apache.org</email>
+            <organization>The Apache Software Foundation</organization>
+        </developer>
+        <developer>
+            <id>tkurz</id>
+            <name>Thomas Kurz </name>
+            <email>tkurz@apache.org</email>
+            <organization>The Apache Software Foundation</organization>
+        </developer>
+    </developers>
+
+    <organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org</url>
+    </organization>
+
+    <scm>
+        <url>https://git-wip-us.apache.org/repos/asf/incubator-marmotta.git</url>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-marmotta.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-marmotta.git</developerConnection>
+    </scm>
+
+    <issueManagement>
+        <system>Jira</system>
+        <url>http://issues.apache.org/jira/browse/MARMOTTA</url>
+    </issueManagement>
+
+    <mailingLists>
+        <mailingList>
+            <name>users</name>
+            <post>users@marmotta.incubator.apache.org</post>
+            <subscribe>users-subscribe@marmotta.incubator.apache.org</subscribe>
+            <unsubscribe>users-unsubscribe@marmotta.incubator.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-marmotta-users/</archive>
+            <otherArchives>
+                <otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.marmotta.users</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>dev</name>
+            <post>dev@marmotta.incubator.apache.org</post>
+            <subscribe>dev-subscribe@marmotta.incubator.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@marmotta.incubator.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-marmotta-dev/</archive>
+            <otherArchives>
+                <otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.marmotta.dev</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>commits</name>
+            <post>commits@marmotta.incubator.apache.org</post>
+            <subscribe>commits-subscribe@marmotta.incubator.apache.org</subscribe>
+            <unsubscribe>commits-unsubscribe@marmotta.incubator.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-marmotta-commits/</archive>
+            <otherArchives>
+                <otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.marmotta.commits</otherArchive>
+            </otherArchives>
+        </mailingList>
+    </mailingLists>
+
 </project>