| <?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> |
| <groupId>org.apache.hadoop.gateway</groupId> |
| <artifactId>gateway-site</artifactId> |
| <packaging>pom</packaging> |
| <version>0.0.0-SNAPSHOT</version> |
| |
| <modules> |
| <module>markbook</module> |
| </modules> |
| |
| <name>Apache Knox Gateway Site</name> |
| <description>Knox is a gateway for Hadoop clusters.</description> |
| <url>http://incubator.apache.org/knox</url> |
| |
| <properties> |
| <SDS>\$</SDS> |
| <HHH>###</HHH> |
| <HHHH>####</HHHH> |
| <HHHHH>#####</HHHHH> |
| </properties> |
| |
| <licenses> |
| <license> |
| <name>The Apache Software License, Version 2.0</name> |
| <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| <distribution>repo</distribution> |
| </license> |
| </licenses> |
| |
| <organization> |
| <name>Apache Software Foundation</name> |
| <url>http://www.apache.org</url> |
| </organization> |
| |
| <scm> |
| <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/knox</connection> |
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/knox</developerConnection> |
| <tag>HEAD</tag> |
| <url>http://svn.apache.org/repos/asf/incubator/knox</url> |
| </scm> |
| |
| <issueManagement> |
| <system>Jira</system> |
| <url>http://issues.apache.org/jira/browse/KNOX</url> |
| </issueManagement> |
| |
| <mailingLists> |
| <mailingList> |
| <name>User list</name> |
| <subscribe>mailto:user-subscribe@knox.incubator.apache.org</subscribe> |
| <unsubscribe>mailto:user-unsubscribe@knox.incubator.apache.org</unsubscribe> |
| <post>mailto:user@knox.incubator.apache.org</post> |
| <archive>http://mail-archives.apache.org/mod_mbox/knox-user/</archive> |
| </mailingList> |
| <mailingList> |
| <name>Development list</name> |
| <subscribe>mailto:dev-subscribe@knox.incubator.apache.org</subscribe> |
| <unsubscribe>mailto:dev-unsubscribe@knox.incubator.apache.org</unsubscribe> |
| <post>mailto:dev@knox.incubator.apache.org</post> |
| <archive>http://mail-archives.apache.org/mod_mbox/knox-dev/</archive> |
| </mailingList> |
| <mailingList> |
| <name>Commit list</name> |
| <subscribe>mailto:commit-subscribe@knox.incubator.apache.org</subscribe> |
| <unsubscribe>mailto:commit-unsubscribe@knox.incubator.apache.org</unsubscribe> |
| <post>mailto:commit@knox.incubator.apache.org</post> |
| <archive>http://mail-archives.apache.org/mod_mbox/knox-commit/</archive> |
| </mailingList> |
| </mailingLists> |
| |
| <developers> |
| <developer> |
| <id>jspeidel</id> |
| <name>John Speidel</name> |
| <email>jspeidel@apache.org</email> |
| <timezone>-5</timezone> |
| <roles> |
| <role>PMC</role> |
| </roles> |
| <organization> |
| Hortonworks |
| </organization> |
| </developer> |
| <developer> |
| <id>kminder</id> |
| <name>Kevin Minder</name> |
| <email>kminder@apache.org</email> |
| <timezone>-5</timezone> |
| <roles> |
| <role>PMC</role> |
| </roles> |
| <organization> |
| Hortonworks |
| </organization> |
| </developer> |
| <developer> |
| <id>lmccay</id> |
| <name>Larry McCay</name> |
| <email>lmccay@apache.org</email> |
| <timezone>-5</timezone> |
| <roles> |
| <role>PMC</role> |
| </roles> |
| <organization> |
| Hortonworks |
| </organization> |
| </developer> |
| <developer> |
| <id>smohanty</id> |
| <name>Sumit Mohanty</name> |
| <email>smohanty@apache.org</email> |
| <timezone>-8</timezone> |
| <roles> |
| <role>PMC</role> |
| </roles> |
| <organization> |
| Hortonworks |
| </organization> |
| </developer> |
| <developer> |
| <id>tbeerbower</id> |
| <name>Thomas Beerbower</name> |
| <email>tbeerbower@apache.org</email> |
| <timezone>-5</timezone> |
| <roles> |
| <role>PMC</role> |
| </roles> |
| <organization> |
| Hortonworks |
| </organization> |
| </developer> |
| <developer> |
| <id>venkatesh</id> |
| <name>Venkatesh Seetharam</name> |
| <email>venkatesh@apache.org</email> |
| <timezone>-8</timezone> |
| <roles> |
| <role>PMC</role> |
| </roles> |
| <organization> |
| Hortonworks |
| </organization> |
| </developer> |
| </developers> |
| |
| <build> |
| <resources> |
| <resource> |
| <directory>src/main/resources</directory> |
| <filtering>true</filtering> |
| </resource> |
| </resources> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-resources-plugin</artifactId> |
| <version>2.4.3</version> |
| <configuration> |
| <encoding>UTF-8</encoding> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-site-plugin</artifactId> |
| <version>3.1</version> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.maven.doxia</groupId> |
| <artifactId>doxia-module-markdown</artifactId> |
| <version>1.3</version> |
| </dependency> |
| </dependencies> |
| <configuration> |
| <inputEncoding>UTF-8</inputEncoding> |
| <outputEncoding>UTF-8</outputEncoding> |
| <outputDirectory>../site</outputDirectory> |
| </configuration> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| </build> |
| |
| <reporting> |
| <excludeDefaults>true</excludeDefaults> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-project-info-reports-plugin</artifactId> |
| <version>2.6</version> |
| <reportSets> |
| <reportSet> |
| <reports> |
| <report>index</report> |
| <report>project-team</report> |
| <report>mailing-list</report> |
| <report>issue-tracking</report> |
| <report>license</report> |
| <!-- for now |
| <report>modules</report> |
| <report>dependencies</report> |
| <report>cim</report> |
| <report>scm</report> |
| --> |
| </reports> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| </plugins> |
| </reporting> |
| |
| <distributionManagement> |
| <site> |
| <id>apache-knox-website</id> |
| <name>Apache Knox Website</name> |
| <url>scpexe://people.apache.org/www/incubator.apache.org/knox</url> |
| </site> |
| </distributionManagement> |
| |
| </project> |