gerrit/tools/maven/gerrit-war_pom.xml
Dave Borowitz f4f1ca0abc Move pom.xml files to tools/maven
In preparation for dissolving the various top-level directories that
contain these projects. This was previously attempted in 0ce2fdc1, but
that commit included a change to how the pom.xml files are generated
which was not compatible with Nexus's requirements.

This attempt does the minimal work necessary, and simply moves the
pom.xml files to a new location under tools, pointing our existing
deployment scripts at the new location.

Tested:
* Ran `./tools/maven/api.sh deploy` and sanity checked the resulting
  published snapshot pom.xml:
  https://oss.sonatype.org/content/repositories/snapshots/com/google/gerrit/gerrit-extension-api/2.16-SNAPSHOT/gerrit-extension-api-2.16-20171010.133016-3.pom
* Ran './tools/version.py 2.3456` and checked that all *_pom.xml files
  were modified.

Change-Id: I24e5e3bd8d24dddc44192fb86c3905a79d7c296c
2017-10-10 09:31:44 -04:00

87 lines
2.2 KiB
XML

<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-war</artifactId>
<version>2.16-SNAPSHOT</version>
<packaging>war</packaging>
<name>Gerrit Code Review - WAR</name>
<description>Gerrit WAR</description>
<url>https://www.gerritcodereview.com/</url>
<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>
<scm>
<url>https://gerrit.googlesource.com/gerrit</url>
<connection>https://gerrit.googlesource.com/gerrit</connection>
</scm>
<developers>
<developer>
<name>Alice Kober-Sotzek</name>
</developer>
<developer>
<name>Andrew Bonventre</name>
</developer>
<developer>
<name>Becky Siegel</name>
</developer>
<developer>
<name>Dave Borowitz</name>
</developer>
<developer>
<name>David Ostrovsky</name>
</developer>
<developer>
<name>David Pursehouse</name>
</developer>
<developer>
<name>Edwin Kempin</name>
</developer>
<developer>
<name>Hugo Arès</name>
</developer>
<developer>
<name>Kasper Nilsson</name>
</developer>
<developer>
<name>Logan Hanks</name>
</developer>
<developer>
<name>Martin Fick</name>
</developer>
<developer>
<name>Saša Živkov</name>
</developer>
<developer>
<name>Shawn Pearce</name>
</developer>
<developer>
<name>Viktar Donich</name>
</developer>
<developer>
<name>Wyatt Allen</name>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>Repo and Gerrit Discussion</name>
<post>repo-discuss@googlegroups.com</post>
<subscribe>https://groups.google.com/forum/#!forum/repo-discuss</subscribe>
<unsubscribe>https://groups.google.com/forum/#!forum/repo-discuss</unsubscribe>
<archive>https://groups.google.com/forum/#!forum/repo-discuss</archive>
</mailingList>
</mailingLists>
<issueManagement>
<url>https://bugs.chromium.org/p/gerrit/issues/list</url>
<system>Gerrit Issue Tracker</system>
</issueManagement>
</project>