You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2015/06/23 14:41:00 UTC

[jira] [Resolved] (THRIFT-3168) Fix Maven POM

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

James E. King, III resolved THRIFT-3168.
----------------------------------------
    Resolution: Duplicate
      Assignee: Jake Farrell

I reopened THRIFT-2269 and linked this to it as a duplicate.

> Fix Maven POM
> -------------
>
>                 Key: THRIFT-3168
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3168
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.9.2
>            Reporter: Maarten Billemont
>            Assignee: Jake Farrell
>             Fix For: 0.9.3
>
>
> 1. THRIFT-2269 was not fixed properly.  Sources are supposed to be deployed using a "jar" type.  maven-dependency-plugin cannot resolve them otherwise and IDEs such as IntelliJ IDEA are unable to resolve or even manually attach sources with a "src" extension/type.
> 2. Between 0.9.1 and 0.9.2, the POM for libthrift was modified to remove a dependency on commons-lang3.  As a result, the code generated by libthrift no longer builds as it misses this dependency.  The dependency needs to be restored, or whatever reason resulted in its removal re-evaluated to take this requirement into account.  Personally, I'd prefer if we could just drop this dependency entirely and use native Java language utilities such as `Objects` to solve the problems `commons-lang3` is trying to solve.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)