borken maven phoenix package

2017-01-05 Thread Flavius Nopcea
Hi, I am trying to use the package located at http://search.maven.org/#artifactdetails%7Corg.apache.phoenix%7Cphoenix%7C4.4.0-HBase-1.1%7Cpom in an intelij idea maven project. it seems that the jar located there is broken. It can not be downloaded. can you please look into it? thanks

Re: borken maven phoenix package

2017-01-06 Thread Josh Elser
There is no JAR for org.apache.phoenix:phoenix. There's a source-release tarball [1] Use org.apache.phoenix:phoenix-core [2] [1] http://repo1.maven.org/maven2/org/apache/phoenix/phoenix/4.4.0-HBase-1.1/ [2] http://repo1.maven.org/maven2/org/apache/phoenix/phoenix-core/4.4.0-HBase-1.1/ Flavi

Re: borken maven phoenix package

2017-01-09 Thread Flavius Nopcea
why don't you release a JAR for org.apache.phoenix:phoenix ? we need to have the jdbc driver thanks On 06.01.2017 18:38, Josh Elser wrote: There is no JAR for org.apache.phoenix:phoenix. There's a source-release tarball [1] Use org.apache.phoenix:phoenix-core [2] [1] http://repo1.maven.or

Re: borken maven phoenix package

2017-01-09 Thread Josh Elser
All Apache projects release in the form of source code. The release of JARs is purely for your convenience as a user. If you would like to enable this, please contribute to https://issues.apache.org/jira/browse/PHOENIX-1567 Flavius Nopcea wrote: why don't you release a JAR for org.apache.pho