gerrit/gerrit-war
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
..
src/main Create a scheduled task to automatically deactivate accounts 2017-10-01 14:07:14 +01:00
BUILD Move ReceiveCommits and related classes to their own package 2017-08-08 10:50:06 -04:00
pom.xml Revert "Simplify artifacts deployment to Maven Central" 2017-10-01 16:21:34 -04:00