[
https://issues.apache.org/jira/browse/PHOENIX-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14247339#comment-14247339
]
James Taylor commented on PHOENIX-1532:
---------------------------------------
[~mujtaba] - is there anything else [~apurtell] should be aware of?
> 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
> Assignee: Andrew Purtell
> Fix For: 5.0.0, 4.3
>
> Attachments: PHOENIX-1532.patch
>
>
> 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)