Andrew Purtell created PHOENIX-1532:
---------------------------------------
Summary: Phoenix tarball assembly does not include server jar
Key: PHOENIX-1532
URL: https://issues.apache.org/jira/browse/PHOENIX-1532
Project: Phoenix
Issue Type: Bug
Affects Versions: 4.2
Reporter: Andrew Purtell
The tarball produced by the 'package' target does not include the server jar.
Tested with 4.2.2:
{noformat}
$ mvn -DskipTests clean install package
$ cd phoenix-assembly/target
$ tar xvzf phoenix-4.2.2.tar.gz
$ cd phoenix-4.2.2
$ find . -name 'phoenix*client*'
./phoenix-4.2.2-client.jar
$ find . -name 'phoenix*core*'
./lib/phoenix-core-4.2.2.jar
./lib/phoenix-core-4.2.2-tests.jar
./lib/phoenix-core-4.2.2-sources.jar
$ find . -name 'phoenix*server*'
$
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)