You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2011/11/08 02:51:55 UTC

svn commit: r1199053 - /incubator/airavata/branches/0.1-incubating/pom.xml

Author: smarru
Date: Tue Nov  8 01:51:55 2011
New Revision: 1199053

URL: http://svn.apache.org/viewvc?rev=1199053&view=rev
Log:
adding project metadata

Modified:
    incubator/airavata/branches/0.1-incubating/pom.xml

Modified: incubator/airavata/branches/0.1-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.1-incubating/pom.xml?rev=1199053&r1=1199052&r2=1199053&view=diff
==============================================================================
--- incubator/airavata/branches/0.1-incubating/pom.xml (original)
+++ incubator/airavata/branches/0.1-incubating/pom.xml Tue Nov  8 01:51:55 2011
@@ -1,23 +1,60 @@
 <?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. -->
+<!--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>
+
+	<prerequisites>
+		<maven>3.0</maven>
+	</prerequisites>
+
+	<parent>
+		<groupId>org.apache</groupId>
+		<artifactId>apache</artifactId>
+		<version>10</version>
+		<relativePath />
+	</parent>
+
 	<groupId>org.apache.airavata</groupId>
 	<artifactId>airavata</artifactId>
-	<version>0.1-incubating</version>
 	<packaging>pom</packaging>
 	<name>Airavata</name>
+	<version>0.1-incubating</version>
+
 	<url>http://incubator.apache.org/airavata/</url>
+	<inceptionYear>2011</inceptionYear>
+
+	<scm>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/airavata/trunk</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/airavata/trunk</developerConnection>
+		<url>http://svn.apache.org/viewvc/incubator/airavata/trunk/</url>
+	</scm>
+
+	<mailingLists>
+		<mailingList>
+			<name>Airavata Developer List</name>
+			<subscribe>airavata-dev-subscribe@incubator.apache.org</subscribe>
+			<unsubscribe>airavata-dev-unsubscribe@incubator.apache.org</unsubscribe>
+			<post>mailto:airavata-dev@incubator.apache.org</post>
+			<archive>http://mail-archives.apache.org/mod_mbox/incubator-airavata-dev/</archive>
+		</mailingList>
+	</mailingLists>
+
+	<issueManagement>
+		<url>https://issues.apache.org/jira/browse/AIRAVATA</url>
+	</issueManagement>
 
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -33,6 +70,204 @@
 		<surefire.version>2.10</surefire.version>
 	</properties>
 
+	<developers>
+		<developer>
+			<id>chinthaka</id>
+			<name>Eran Chinthaka</name>
+			<email>chinthaka@apache.org</email>
+			<timezone>-8</timezone>
+			<organization>Nextag</organization>
+			<organizationUrl>http://www.nextag.com/</organizationUrl>
+			<roles>
+				<role>committer</role>
+				<role>PPMC member</role>
+				<role>IPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>ate</id>
+			<name>Ate Douma</name>
+			<email>ate@douma.nu</email>
+			<timezone>+1</timezone>
+			<organization>Hippo</organization>
+			<organizationUrl>http://www.onehippo.com</organizationUrl>
+			<roles>
+				<role>mentor</role>
+				<role>IPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>rgardler</id>
+			<name>Ross Gardler</name>
+			<email>rgardler@apache.org</email>
+			<organization>OpenDirective</organization>
+			<organizationUrl>http://www.opendirective.com/</organizationUrl>
+			<roles>
+				<role>champion</role>
+				<role>mentor</role>
+				<role>IPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>lahiru</id>
+			<name>Lahiru Gunathilake</name>
+			<email>glahiru@gmail.com</email>
+			<timezone>-5</timezone>
+			<organization>Indiana University</organization>
+			<organizationUrl>http://www.iub.edu</organizationUrl>
+			<roles>
+				<role>committer</role>
+				<role>PPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>thilina</id>
+			<name>Thilina Gunaratne</name>
+			<email>thilina@apache.org</email>
+			<timezone>-5</timezone>
+			<organization>Indiana University</organization>
+			<organizationUrl>http://www.iub.edu</organizationUrl>
+			<roles>
+				<role>committer</role>
+				<role>PPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>barbara</id>
+			<name>Barbara Hallock</name>
+			<email>bahalloc@apache.org</email>
+			<timezone>-5</timezone>
+			<organization>Indiana University</organization>
+			<organizationUrl>http://www.iub.edu</organizationUrl>
+			<roles>
+				<role>committer</role>
+				<role>PPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>chathura</id>
+			<name>Chathura Herath</name>
+			<email>chathura@apache.org</email>
+			<timezone>-5</timezone>
+			<organization>Indiana University</organization>
+			<organizationUrl>http://www.iub.edu</organizationUrl>
+			<roles>
+				<role>committer</role>
+				<role>PPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>chris</id>
+			<name>Chris Mattmann</name>
+			<email>chris.a.mattmann@jpl.nasa.gov</email>
+			<timezone>-5</timezone>
+			<organization>NASA JPL</organization>
+			<organizationUrl>http://www.jpl.nasa.gov/</organizationUrl>
+			<roles>
+				<role>mentor</role>
+				<role>IPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>smarru</id>
+			<name>Suresh Marru</name>
+			<email>smarru@apache.org</email>
+			<timezone>-5</timezone>
+			<organization>Indiana University</organization>
+			<organizationUrl>http://www.iub.edu</organizationUrl>
+			<roles>
+				<role>committer</role>
+				<role>PPMC member</role>
+				<role>release manager</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>hemapani</id>
+			<name>Srinath Perera</name>
+			<email>hemapani@apache.org</email>
+			<timezone>+1</timezone>
+			<organization>Lanka Software Foundation</organization>
+			<organizationUrl>http://opensource.lk</organizationUrl>
+			<roles>
+				<role>committer</role>
+				<role>PPMC member</role>
+				<role>IPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>mpierce</id>
+			<name>Marlon Pierce</name>
+			<email>mpierce@apache.org</email>
+			<timezone>-5</timezone>
+			<organization>Indiana University</organization>
+			<organizationUrl>http://www.iub.edu</organizationUrl>
+			<roles>
+				<role>committer</role>
+				<role>PPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>raminder</id>
+			<name>Raminderjeet Singh</name>
+			<email>ramifnu@indiana.edu</email>
+			<timezone>-5</timezone>
+			<organization>Indiana University</organization>
+			<organizationUrl>http://www.iub.edu</organizationUrl>
+			<roles>
+				<role>committer</role>
+				<role>PPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>aslom</id>
+			<name>Aleksander Slominski</name>
+			<email>aslom@us.ibm.com</email>
+			<timezone>-5</timezone>
+			<organization>IBM</organization>
+			<organizationUrl>http://www.ibm.com/us/en/</organizationUrl>
+			<roles>
+				<role>committer</role>
+				<role>mentor</role>
+				<role>PPMC member</role>
+				<role>IPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>heshan</id>
+			<name>Heshan Suriyarachchi</name>
+			<email>heshan.suriyaarachchi@gmail.com</email>
+			<timezone>-5</timezone>
+			<organization>Indiana University</organization>
+			<organizationUrl>http://www.iub.edu</organizationUrl>
+			<roles>
+				<role>committer</role>
+				<role>PPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>patanachai</id>
+			<name>Patanachai Tangchaisin</name>
+			<email>patanachai@apache.org</email>
+			<timezone>-5</timezone>
+			<organization>Indiana University</organization>
+			<organizationUrl>http://www.iub.edu</organizationUrl>
+			<roles>
+				<role>committer</role>
+				<role>PPMC member</role>
+			</roles>
+		</developer>
+		<developer>
+			<name>Sanjiva Weerawarana</name>
+			<id>sanjiva</id>
+			<email>sanjiva@wso2.com</email>
+			<organization>WSO2</organization>
+			<roles>
+				<role>mentor</role>
+				<role>IPMC member</role>
+			</roles>
+		</developer>
+	</developers>
+
 	<dependencyManagement>
 		<dependencies>
 			<dependency>
@@ -223,6 +458,19 @@
 		</profile>
 		<profile>
 			<id>default</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-compiler-plugin</artifactId>
+						<version>2.3.2</version>
+						<configuration>
+							<source>1.6</source>
+							<target>1.6</target>
+						</configuration>
+					</plugin>
+				</plugins>
+			</build>
 			<activation>
 				<activeByDefault>true</activeByDefault>
 			</activation>
@@ -237,5 +485,38 @@
 				<module>modules/test-suite</module>
 			</modules>
 		</profile>
+		<profile>
+			<id>pedantic</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-compiler-plugin</artifactId>
+						<version>2.3.2</version>
+						<configuration>
+							<source>1.6</source>
+							<target>1.6</target>
+						</configuration>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.rat</groupId>
+						<artifactId>apache-rat-plugin</artifactId>
+						<executions>
+							<execution>
+								<phase>verify</phase>
+								<goals>
+									<goal>check</goal>
+								</goals>
+							</execution>
+						</executions>
+						<configuration>
+							<excludes>
+								<exclude>**/*.xwf</exclude>
+							</excludes>
+						</configuration>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
 	</profiles>
 </project>