520f29c16a
Switch deploying Gerrit extension and plugin API from Google storage bucket to Maven Central. To simplify the troubleshooting new trace option was added to underlying python script. When environment variable VERBOSE=1 is set, then the mvn command is printed to stderr: VERBOSE=1 buck build api_deploy_oss Change-Id: I9ebe44ec8aca91aa6b5514f561209e7c50377927
60 lines
1.6 KiB
XML
60 lines
1.6 KiB
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.google.gerrit</groupId>
|
|
<artifactId>gerrit-war</artifactId>
|
|
<version>2.9-SNAPSHOT</version>
|
|
<packaging>war</packaging>
|
|
<name>Gerrit Code Review - WAR</name>
|
|
<description>Gerrit WAR</description>
|
|
<url>http://code.google.com/p/gerrit/</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>Dave Borowitz</name>
|
|
</developer>
|
|
<developer>
|
|
<name>David Pursehouse</name>
|
|
</developer>
|
|
<developer>
|
|
<name>Edwin Kempin</name>
|
|
</developer>
|
|
<developer>
|
|
<name>Martin Fick</name>
|
|
</developer>
|
|
<developer>
|
|
<name>Saša Živkov</name>
|
|
</developer>
|
|
<developer>
|
|
<name>Shawn Pearce</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>http://code.google.com/p/gerrit/issues/list</url>
|
|
<system>Google Code Issue Tracker</system>
|
|
</issueManagement>
|
|
</project>
|