You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ju...@apache.org on 2009/05/04 15:59:19 UTC

svn commit: r771305 - /incubator/chemistry/trunk/pom.xml

Author: jukka
Date: Mon May  4 13:59:19 2009
New Revision: 771305

URL: http://svn.apache.org/viewvc?rev=771305&view=rev
Log:
CMIS-10: Create Chemistry web site

Add basic project metadata to a POM file that can be used to generate an initial web site.

Added:
    incubator/chemistry/trunk/pom.xml   (with props)

Added: incubator/chemistry/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/pom.xml?rev=771305&view=auto
==============================================================================
--- incubator/chemistry/trunk/pom.xml (added)
+++ incubator/chemistry/trunk/pom.xml Mon May  4 13:59:19 2009
@@ -0,0 +1,174 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   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 xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                             http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>4</version>
+  </parent>
+
+  <groupId>org.apache.chemistry</groupId>
+  <artifactId>chemistry-reactor</artifactId>
+  <name>Apache Chemistry</name>
+  <packaging>pom</packaging>
+
+  <url>http://incubator.apache.org/chemistry/</url>
+  <inceptionYear>2009</inceptionYear>
+  <description>
+    Apache Chemistry is a generic Java language implementation of
+    the upcoming OASIS CMIS specification.
+  </description>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <mailingLists>
+    <mailingList>
+      <name>Chemistry Development List</name>
+      <subscribe>chemistry-dev-subscribe@incubator.apache.org</subscribe>
+      <unsubscribe>chemistry-dev-unsubscribe@incubator.apache.org</unsubscribe>
+      <post>chemistry-dev@incubator.apache.org</post>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/incubator-chemistry-dev/
+      </archive>
+    </mailingList>
+    <mailingList>
+      <name>Chemistry Source Control List</name>
+      <subscribe>chemistry-commits-subscribe@incubator.apache.org</subscribe>
+      <unsubscribe>chemistry-commits-unsubscribe@incubator.apache.org</unsubscribe>
+      <post>chemistry-commits@incubator.apache.org</post>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/incubator-chemistry-commits/
+      </archive>
+    </mailingList>
+  </mailingLists>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/incubator/chemistry/trunk
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/incubator/chemistry/trunk
+    </developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/chemistry/trunk</url>
+  </scm>
+
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://issues.apache.org/jira/browse/CMIS</url>
+  </issueManagement>
+
+  <developers>
+    <developer>
+      <name>Florent Guillaume</name>
+      <roles>
+        <role>committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Bogdan Stefanescu</name>
+      <roles>
+        <role>committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Stéphane Lacoin</name>
+      <roles>
+        <role>committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Sun Seng David Tan</name>
+      <roles>
+        <role>committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Gabriele Columbro</name>
+      <roles>
+        <role>committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>David Nuescheler</name>
+      <id>uncled</id>
+      <roles>
+        <role>committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Paolo Mottadelli</name>
+      <id>paolo</id>
+      <roles>
+        <role>committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Dominique Pfister</name>
+      <id>dpfister</id>
+      <roles>
+        <role>committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Stéfane Fermigier</name>
+      <roles>
+        <role>committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Jukka Zitting</name>
+      <id>jukka</id>
+      <roles>
+        <role>mentor</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Felix Meschberger</name>
+      <id>fmeschbe</id>
+      <roles>
+        <role>mentor</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Gianugo Rabellino</name>
+      <id>gianugo</id>
+      <roles>
+        <role>mentor</role>
+      </roles>
+    </developer>
+  </developers>
+
+</project>

Propchange: incubator/chemistry/trunk/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native