You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2016/09/25 21:45:42 UTC

incubator-tamaya-extensions git commit: [TAMAYA-175] Added simple Maven POM.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master c65ad1eb8 -> 018f510af


[TAMAYA-175] Added simple Maven POM.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/018f510a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/018f510a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/018f510a

Branch: refs/heads/master
Commit: 018f510afd31bb7442284f57211c5651b957888e
Parents: c65ad1e
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sun Sep 25 23:45:14 2016 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sun Sep 25 23:45:14 2016 +0200

----------------------------------------------------------------------
 pom.xml | 193 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 193 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/018f510a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..f91aa60
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,193 @@
+<!--
+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/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>18</version>
+    </parent>
+
+    <groupId>org.apache.tamaya.ext</groupId>
+    <artifactId>tamaya-extensions</artifactId>
+    <version>0.3-incubating-SNAPSHOT</version>
+    <packaging>pom</packaging>
+
+    <name>Apache Tamaya Extensions</name>
+    <description>A collection of extensions for Apache Tamaya (incubating)</description>
+    <url>https://tamaya.incubator.apache.org</url>
+    <inceptionYear>2016</inceptionYear>
+
+    <organization>
+        <name>Apache Software Foundation</name>
+        <url>https://apache.org</url>
+    </organization>
+
+    <prerequisites>
+        <maven>3.3</maven>
+    </prerequisites>
+
+    <properties>
+    </properties>
+
+    <licenses>
+        <license>
+            <name>Apache License</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
+    <scm>
+        <connection>https://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions.git</connection>
+        <developerConnection>https://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=incubator-tamaya-extensions.git</url>
+    </scm>
+
+    <issueManagement>
+        <system>jira</system>
+        <url>http://issues.apache.org/jira/browse/TAMAYA</url>
+    </issueManagement>
+
+    <mailingLists>
+        <mailingList>
+            <name>Tamaya Development List</name>
+            <post>dev@tamaya.incubator.apache.org</post>
+            <subscribe>dev-subscribe@tamaya.incubator.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@tamaya.incubator.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-tamaya-dev/</archive>
+        </mailingList>
+        <mailingList>
+            <name>Tamaya Commits List</name>
+            <post>commits@tamaya.incubator.apache.org</post>
+            <subscribe>commits-subscribe@tamaya.incubator.apache.org</subscribe>
+            <unsubscribe>commits-unsubscribe@tamaya.incubator.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-tamaya-commits/</archive>
+        </mailingList>
+        <mailingList>
+            <name>tamaya-private</name>
+            <subscribe>private-subscribe@tamaya.incubator.apache.org</subscribe>
+            <unsubscribe>private-unsubscribe@tamaya.incubator.apache.org</unsubscribe>
+            <post>private@tamaya.incubator.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/tamaya-private/</archive>
+        </mailingList>
+    </mailingLists>
+
+    <distributionManagement>
+        <site>
+            <id>apache-tamaya-website</id>
+            <name>Apache Tamaya Website</name>
+            <url>scm:svn:https://svn.apache.org/repos/asf/incubator/tamaya/site/trunk</url>
+        </site>
+    </distributionManagement>
+
+    <ciManagement>
+    </ciManagement>
+
+
+    <developers>
+        <developer>
+            <name>Anatole Tresch</name>
+            <id>anatole</id>
+            <email>anatole -at- apache.org</email>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+
+        <developer>
+            <id>struberg</id>
+            <name>Mark Struberg</name>
+            <email>struberg at apache.org</email>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+
+        <developer>
+            <id>gpetracek</id>
+            <name>Gerhard Petracek</name>
+            <email>gpetracek at apache.org</email>
+            <organization>IRIAN.at, Austria</organization>
+            <organizationUrl>http://www.irian.at/</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+
+        <developer>
+            <id>johndament</id>
+            <name>John D. Ament</name>
+            <email>johndament at apache.org</email>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>-5</timezone>
+        </developer>
+
+        <developer>
+            <id>plexus</id>
+            <name>Oliver B. Fischer</name>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <email>plexus@apache.org</email>
+            <timezone>+1</timezone>
+        </developer>
+
+        <developer>
+            <id>pottlinger</id>
+            <name>Phil Ottlinger</name>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <email>pottlinger at apache.org</email>
+            <timezone>+1</timezone>
+        </developer>
+    </developers>
+
+    <modules>
+    </modules>
+
+    <dependencyManagement>
+    </dependencyManagement>
+
+    <dependencies>
+    </dependencies>
+
+
+    <build>
+      <defaultGoal>clean install</defaultGoal>
+        <pluginManagement>
+        </pluginManagement>
+
+
+    </build>
+
+    <profiles></profiles>
+
+    <reporting>
+    </reporting>
+</project>