[ 
https://issues.apache.org/jira/browse/THRIFT-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James E. King, III resolved THRIFT-3983.
----------------------------------------
       Resolution: Fixed
         Assignee: James E. King, III
    Fix Version/s: 0.12.0

Resolved by commit 7004a61e44fe538805b44c3fb66bd5cb872548d4.

> libthrift is deployed on central with pom packaging instead of jar
> ------------------------------------------------------------------
>
>                 Key: THRIFT-3983
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3983
>             Project: Thrift
>          Issue Type: Bug
>          Components: Java - Library
>    Affects Versions: 0.9.3
>            Reporter: Stéphane Landelle
>            Assignee: James E. King, III
>            Priority: Blocker
>             Fix For: 0.12.0
>
>
> Hi,
> libthrift is deployed with a "pom" packaging on maven central, see 
> https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.9.3/libthrift-0.9.3.pom
> <groupId>org.apache.thrift</groupId>
> <artifactId>libthrift</artifactId>
> <version>0.9.3</version>
> <packaging>pom</packaging>
> <name>Apache Thrift</name>
> This is very wrong. "pom" means "no jar, just a list of dependencies to be 
> pulled transitively".
> As a consequence, some build tools, such as sbt, don't pull the libthrift jar 
> itself.
> The pom should be be using a "jar" packaging, or even no packaging at all as 
> "jar" is the default value.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to