Files
gerrit/tools
Dave Borowitz 9b87707248 Revert "Simplify artifacts deployment to Maven Central"
This strategy generates a syntactically valid, barebones pom.xml like:

<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.google.gerrit</groupId>
  <artifactId>gerrit-extension-api</artifactId>
  <version>2.15-rc0</version>
  <packaging>javadoc</packaging>
</project>

But Nexus rejects this pom when closing the staging repository,
complaining about the lack of license/developer/etc.

This reverts commit 0ce2fdc1c2.

Change-Id: Idab2a82ddd81d60f0ca6eea44d80706e04262c6b
2017-10-01 16:21:34 -04:00
..
2017-09-27 14:49:50 -07:00
2015-08-26 09:03:24 -06:00
2017-05-15 17:00:01 +09:00
2016-12-07 11:33:07 +00:00
2017-05-11 15:21:41 +00:00
2017-02-10 08:24:15 +01:00
2015-06-18 17:10:11 +02:00