Skip to content

Commit

Permalink
java: Cleanup parent pom.xml and add missing sections.
Browse files Browse the repository at this point in the history
The missing sections are required by the OSS Sonatype repository. See: http://central.sonatype.org/pages/requirements.html

Without, we would fail their checks and could not publish to Maven Central.
  • Loading branch information
michael-berlin committed Apr 25, 2017
1 parent a948978 commit 599b721
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
<artifactId>vitess-parent</artifactId>
<version>2.1.0</version>
<packaging>pom</packaging>
<url>http://vitess.io</url>

<name>Vitess Java Client libraries and Hadoop support [Parent]</name>
<description>Java client libraries and Hadoop support for Vitess - a scalable clustering system for MySQL</description>
<url>http://vitess.io</url>
<inceptionYear>2014</inceptionYear>
<!-- NOTE: The artifactId of each module has the prefix "vitess-". For example,
for the JDBC driver it is "vitess-jdbc". -->
Expand All @@ -24,6 +26,15 @@
<url>http://vitess.io</url>
</organization>

<developers>
<developer>
<name>Placeholder entry representing all developers. Please reach out to our mailing list for questions.</name>
<email>[email protected]</email>
<organization>Vitess</organization>
<organizationUrl>http://vitess.io</organizationUrl>
</developer>
</developers>

<licenses>
<license>
<name>BSD-style license</name>
Expand All @@ -33,10 +44,8 @@
</licenses>
<scm>
<connection>scm:git:[email protected]:youtube/vitess.git</connection>
<developerConnection>
scm:git:[email protected]:youtube/vitess.git
</developerConnection>
<url>[email protected]:youtube/vitess.git</url>
<developerConnection>scm:git:[email protected]:youtube/vitess.git</developerConnection>
<url>http://github.com/youtube/vitess/tree/master</url>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down

0 comments on commit 599b721

Please sign in to comment.