You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by vk...@apache.org on 2009/03/12 14:36:47 UTC

svn commit: r752858 - /portals/parent/trunk/pom.xml

Author: vkumar
Date: Thu Mar 12 13:36:47 2009
New Revision: 752858

URL: http://svn.apache.org/viewvc?rev=752858&view=rev
Log:
Creating parent pom for portals https://issues.apache.org/jira/browse/PORTALS-9

Added:
    portals/parent/trunk/pom.xml

Added: portals/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/parent/trunk/pom.xml?rev=752858&view=auto
==============================================================================
--- portals/parent/trunk/pom.xml (added)
+++ portals/parent/trunk/pom.xml Thu Mar 12 13:36:47 2009
@@ -0,0 +1,313 @@
+<?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. $Id:
+-->
+<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>
+
+	<prerequisites>
+		<maven>2.0.9</maven>
+	</prerequisites>
+
+	<parent>
+		<groupId>org.apache</groupId>
+		<artifactId>apache</artifactId>
+		<version>5</version>
+	</parent>
+
+	<artifactId>portals</artifactId>
+	<name>Apache Portals</name>
+	<version>1.0-SNAPSHOT</version>
+
+	<packaging>pom</packaging>
+
+	<description>Apache Portals is a collaborative software development project dedicated to providing robust, full-featured,
+	 commercial-quality, and freely available Portal related software on a wide variety of platforms and programming languages.
+	  This project is managed in cooperation with various individuals worldwide (both independent and company-affiliated experts), 
+	  who use the Internet to communicate, plan, and develop Portal software and related documentation.	  
+        </description>
+
+	<url>http://portals.apache.org</url>
+	<organization>
+		<name>Apache Software Foundation</name>
+		<url>http://portals.apache.org/</url>
+	</organization>
+	<licenses>
+		<license>
+			<name>Apache License, Version 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<inceptionYear>2004</inceptionYear>
+	<scm>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/portals</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals</developerConnection>
+		<url>http://svn.apache.org/viewcvs.cgi/portals</url>
+	</scm>
+	<developers>
+		<developer>
+			<name>David Sean Taylor</name>
+			<id>taylor</id>
+			<email>taylor@apache.org</email>
+			<roles>
+				<role>PMC Chair</role>
+			</roles>
+		</developer>
+		<developer>
+			<name>Ate Douma</name>
+			<id>ate</id>
+			<email>ate@apache.org</email>
+			<timezone>+2</timezone>
+			<organization>Hippo</organization>
+			<organizationUrl>http://www.onehippo.com</organizationUrl>
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+		<developer>
+			<name>Shinsuke Sugaya</name>
+			<id>shinsuke</id>
+			<email>shinsuke@apache.org</email>
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+
+
+		<developer>
+			<name>Michael Blum</name>
+			<id>blumm</id>
+			<email>blumm#a@T#apache.d0t.org</email>
+		</developer>
+
+		<developer>
+			<name>Carsten Ziegeler</name>
+			<id>cziegeler</id>
+			<email>cziegeler#a@T#apache.d0t.org</email>
+		</developer>
+
+		<developer>
+			<name>Jeremy Ford</name>
+			<id>jford</id>
+			<email>jford@apache.org</email>
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+		<developer>
+			<name>David Le Strat</name>
+			<id>dls</id>
+			<email>dlestrat@apache.org</email>
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+		<developer>
+			<name>Randy Watler</name>
+			<id>rwatler</id>
+			<email>rwatler@apache.org</email>
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+		<developer>
+			<name>Scott Weaver</name>
+			<id>weaver</id>
+			<email>Sweaver@rippe.com</email>
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+		<developer>
+			<name>Vivek Kumar</name>
+			<id>vkumar</id>
+			<email>vkumar[@]apache[dot]org</email>
+			<timezone>+5.5</timezone>
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+		<developer>
+			<name>Dennis Dam</name>
+			<id>ddam</id>
+			<email>ddam@apache.org</email>
+			<timezone>+2</timezone>
+			<organization>Hippo</organization>
+			<organizationUrl>http://www.onehippo.com</organizationUrl>
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+		<developer>
+			<name>David DeWolf</name>
+			<id>ddewolf</id>
+			<email>ddewolf@apache.org</email>
+			<timezone>-4</timezone>
+			<url>http://www.daviddewolf.com</url>
+			<organization>Three Pillar Software, Inc.</organization>
+			<organizationUrl>http://www.threepillarsoftware.com</organizationUrl>
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+
+		<developer>
+			<name>Nick Lothian</name>
+			<id>nlothian</id>
+			<email>nlothian#a@T#apache.d0t.org</email>
+		</developer>
+
+		<developer>
+			<name>Craig Doremus</name>
+			<id>cdoremus</id>
+			<email>cdoremus#a@T#apache.d0t.org</email>
+		</developer>
+
+		<developer>
+			<name>Zhong Zheng</name>
+			<id>zheng</id>
+			<email>zheng#a@T#apache.d0t.org</email>
+			<timezone>+1</timezone>
+			<organization />
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+
+
+		<developer>
+			<name>Mark Orciuch</name>
+			<id>mark</id>
+			<email>mark_oriuch at nqsltd.com</email>
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+
+		<developer>
+			<name>Santiago Gala</name>
+			<id>sgala</id>
+			<email>sgala#a@T#hisitech.d0t.com</email>
+			<organization />
+		</developer>
+
+		<developer>
+			<name>Raphael Luta</name>
+			<id>raphael</id>
+			<email>raphael#a@T#apache.d0t.org</email>
+			<organization />
+		</developer>
+		<developer>
+			<name>Scott T. Weaver</name>
+			<id>weaver</id>
+			<email>weaver#a@T#apache.d0t.org</email>
+		</developer>
+
+		<developer>
+			<name>Stefan Hepper</name>
+			<id>sthepper</id>
+			<email>sthepper#a@T#apache.d0t.org</email>
+		</developer>
+
+		<developer>
+			<name>Elliot Metsger</name>
+			<id>esm</id>
+			<email>esm#a@T#apache.d0t.org</email>
+			<timezone>-4</timezone>
+			<url>http://uppertank.net/blog</url>
+			<organization>Johns Hopkins University, Sheridan Libraries</organization>
+			<organizationUrl>http://www.library.jhu.edu</organizationUrl>
+		</developer>
+		<developer>
+			<name>Woonsan Ko</name>
+			<id>woonsan</id>
+			<email>woonsan@apache.org</email>
+			<timezone>+9</timezone>
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+		<developer>
+			<name>Jeffrey D. Brekke</name>
+			<id />
+			<email>ekkerbj{aT}netscape{d0t}net</email>
+			<organization />
+		</developer>
+		<developer>
+			<name>Neeme Praks</name>
+			<id />
+			<email>neeme{aT}one{d0t}lv</email>
+			<organization />
+		</developer>
+
+		<developer>
+			<name>Jeff Prickett</name>
+			<id>prickett</id>
+			<email>jeffprickett{aT}mindspring{d0t}com</email>
+			<organization />
+		</developer>
+
+		<developer>
+			<name>Ingo Schuster</name>
+			<id>ingo</id>
+			<email>ingo{aT}raleigh{d0t}ibm{d0t}com</email>
+			<organization />
+		</developer>
+
+		<developer>
+			<name>Paul Spencer</name>
+			<id>paulsp</id>
+			<email>paulsp{aT}apache{d0t}org</email>
+			<organization />
+		</developer>
+		<developer>
+			<name>Roger Ruttimann</name>
+			<id>roger</id>
+			<email>roger.ruttimann at earthlink.net</email>
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+		<developer>
+			<name>Jun Yang</name>
+			<id>jyang</id>
+			<email>jyang at apache.org</email>
+			<roles>
+				<role>Java Developer</role>
+			</roles>
+		</developer>
+	</developers>
+
+	<contributors>
+		<contributor>
+			<name>Michael Westbay</name>
+			<email>westbay#a@T#users.d0t.sourceforge.d0t.net</email>
+		</contributor>
+		<contributor>
+			<name>Ken Weiner</name>
+			<email>kweiner#a@T#unicon.d0t.net</email>
+		</contributor>
+		<contributor>
+			<name>Ken Atherton</name>
+			<email>katherto#a@T#visa.d0t.com</email>
+		</contributor>
+		<contributor>
+			<name>David Hay</name>
+		</contributor>
+	</contributors>
+</project>