You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Maarten Billemont (JIRA)" <ji...@apache.org> on 2015/05/20 02:23:59 UTC

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

Maarten Billemont created THRIFT-3168:
-----------------------------------------

             Summary: 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
             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)