| <?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"> |
| <name>Tez</name> |
| <description>Tez is an application framework which allows for a complex directed-acyclic-graph of tasks for processing data and is built atop Apache Hadoop YARN.</description> |
| <url>http://incubator.apache.org/tez</url> |
| <modelVersion>4.0.0</modelVersion> |
| |
| <parent> |
| <groupId>org.apache.tez</groupId> |
| <artifactId>tez</artifactId> |
| <version>0.4.0-incubating</version> |
| </parent> |
| <artifactId>tez-docs</artifactId> |
| <packaging>pom</packaging> |
| |
| <licenses> |
| <license> |
| <name>Apache 2</name> |
| <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| <distribution>repo</distribution> |
| </license> |
| </licenses> |
| |
| <issueManagement> |
| <system>Jira</system> |
| <url>http://issues.apache.org/jira/browse/TEZ</url> |
| </issueManagement> |
| |
| <mailingLists> |
| <mailingList> |
| <name>User list</name> |
| <subscribe>mailto:user-subscribe@tez.incubator.apache.org |
| </subscribe> |
| <unsubscribe>mailto:user-unsubscribe@tez.incubator.apache.org |
| </unsubscribe> |
| <post>mailto:user@tez.incubator.apache.org</post> |
| <archive>http://mail-archives.apache.org/mod_mbox/incubator-tez-user/</archive> |
| </mailingList> |
| <mailingList> |
| <name>Development list</name> |
| <subscribe>mailto:dev-subscribe@tez.incubator.apache.org |
| </subscribe> |
| <unsubscribe>mailto:dev-unsubscribe@tez.incubator.apache.org |
| </unsubscribe> |
| <post>mailto:dev@tez.incubator.apache.org</post> |
| <archive>http://mail-archives.apache.org/mod_mbox/incubator-tez-dev/</archive> |
| </mailingList> |
| <mailingList> |
| <name>Commit list</name> |
| <subscribe>mailto:commits-subscribe@tez.incubator.apache.org |
| </subscribe> |
| <unsubscribe>mailto:commits-unsubscribe@tez.incubator.apache.org |
| </unsubscribe> |
| <post>mailto:commits@tez.incubator.apache.org</post> |
| <archive>http://mail-archives.apache.org/mod_mbox/incubator-tez-commits/</archive> |
| </mailingList> |
| <mailingList> |
| <name>JIRA Issues list</name> |
| <subscribe>mailto:issues-subscribe@tez.incubator.apache.org |
| </subscribe> |
| <unsubscribe>mailto:issues-unsubscribe@tez.incubator.apache.org |
| </unsubscribe> |
| <post>mailto:issues@tez.incubator.apache.org</post> |
| <archive>http://mail-archives.apache.org/mod_mbox/incubator-tez-issues/</archive> |
| </mailingList> |
| </mailingLists> |
| |
| <developers> |
| <developer> |
| <id>acmurthy</id> |
| <name>Arun C Murthy</name> |
| <email>acmurthy@apache.org</email> |
| <timezone>-8</timezone> |
| <roles> |
| <role>PMC</role> |
| </roles> |
| <organization> |
| Hortonworks |
| </organization> |
| </developer> |
| <developer> |
| <id>bikas</id> |
| <name>Bikas Saha</name> |
| <email>bikas@apache.org</email> |
| <timezone>-8</timezone> |
| <roles> |
| <role>PMC</role> |
| </roles> |
| <organization> |
| Hortonworks |
| </organization> |
| </developer> |
| <developer> |
| <id>gunther</id> |
| <name>Gunther Hagleitner</name> |
| <email>gunther@apache.org</email> |
| <timezone>-8</timezone> |
| <roles> |
| <role>PMC</role> |
| </roles> |
| <organization> |
| Hortonworks |
| </organization> |
| </developer> |
| <developer> |
| <id>hitesh</id> |
| <name>Hitesh Shah</name> |
| <email>hitesh@apache.org</email> |
| <timezone>-8</timezone> |
| <roles> |
| <role>PMC</role> |
| </roles> |
| <organization> |
| Hortonworks |
| </organization> |
| </developer> |
| <developer> |
| <id>mliddell</id> |
| <name>Mike Liddell</name> |
| <email>mliddell@apache.org</email> |
| <timezone>-8</timezone> |
| <roles> |
| <role>PMC</role> |
| </roles> |
| <organization> |
| Microsoft |
| </organization> |
| </developer> |
| <developer> |
| <id>sseth</id> |
| <name>Siddharth Seth</name> |
| <email>sseth@apache.org</email> |
| <timezone>-8</timezone> |
| <roles> |
| <role>PMC</role> |
| </roles> |
| <organization> |
| Hortonworks |
| </organization> |
| </developer> |
| </developers> |
| |
| <organization> |
| <name>Apache Software Foundation</name> |
| <url>http://www.apache.org/</url> |
| </organization> |
| |
| <build> |
| <resources> |
| <resource> |
| <directory>src/main/resources</directory> |
| <filtering>true</filtering> |
| </resource> |
| </resources> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.rat</groupId> |
| <artifactId>apache-rat-plugin</artifactId> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-resources-plugin</artifactId> |
| <configuration> |
| <encoding>UTF-8</encoding> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-site-plugin</artifactId> |
| <configuration> |
| <outputDirectory>./target</outputDirectory> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-deploy-plugin</artifactId> |
| <configuration> |
| <skip>true</skip> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| |
| <reporting> |
| <excludeDefaults>true</excludeDefaults> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-project-info-reports-plugin</artifactId> |
| <version>2.7</version> |
| <reportSets> |
| <reportSet> |
| <reports> |
| <report>project-team</report> |
| <report>mailing-list</report> |
| <report>issue-tracking</report> |
| <report>license</report> |
| </reports> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| </plugins> |
| </reporting> |
| |
| </project> |