DRILL-1230: Add project url, description and mailing lists to Drill pom.xml
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/cea40d2e Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/cea40d2e Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/cea40d2e Branch: refs/heads/0.4.0-incubating Commit: cea40d2eafd7cdf3a29f86f4fcd23ed2a026d08b Parents: 714447a Author: Aditya Kishore <[email protected]> Authored: Wed Jul 30 16:50:53 2014 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Wed Jul 30 18:06:44 2014 -0700 ---------------------------------------------------------------------- pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/cea40d2e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2b6b229..b3017b6 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,8 @@ <packaging>pom</packaging> <name>Apache Drill Root POM</name> + <description>Apache Drill is an open source, low latency SQL query engine for Hadoop and NoSQL.</description> + <url>http://incubator.apache.org/drill/</url> <properties> <target.gen.source.path>${project.basedir}/target/generated-sources</target.gen.source.path> @@ -40,6 +42,35 @@ <tag>HEAD</tag> </scm> + <mailingLists> + <mailingList> + <name>User List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>https://mail-archives.apache.org/mod_mbox/incubator-drill-user/</archive> + </mailingList> + <mailingList> + <name>Developer List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>https://mail-archives.apache.org/mod_mbox/incubator-drill-dev/</archive> + </mailingList> + <mailingList> + <name>Commits List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>https://mail-archives.apache.org/mod_mbox/incubator-drill-commits/</archive> + </mailingList> + <mailingList> + <name>Issues List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>https://mail-archives.apache.org/mod_mbox/incubator-drill-issues/</archive> + </mailingList> + </mailingLists> + <repositories> <repository> <id>conjars</id>
