GitHub user slandelle opened a pull request:
https://github.com/apache/thrift/pull/1430
Fix generated maven packaging
pom packaging is for empty modules. What you're deploying on maven central
is a jar artifact. Your current invalid pom.xml causes build tools such as sbt
to not be able to download your library!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/slandelle/thrift patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1430.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1430
----
commit b3bf6b475841d9af95a11c26129048fc55d77742
Author: Stephane Landelle <[email protected]>
Date: 2017-11-30T23:08:56Z
Fix generated maven packaging
pom packaging is for empty modules. What you're deploying on maven central
is a jar artifact. Your current invalid pom.xml causes build tools such as sbt
to not be able to download your library!
----
---