[
https://issues.apache.org/jira/browse/PHOENIX-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14250362#comment-14250362
]
Hudson commented on PHOENIX-1532:
---------------------------------
SUCCESS: Integrated in Phoenix-master #524 (See
[https://builds.apache.org/job/Phoenix-master/524/])
PHOENIX-1532 Phoenix tarball assembly does not include server jar (apurtell:
rev a8d9eec603d9868d147b3c2f54fc312dc8d65e15)
* phoenix-assembly/src/build/components/all-common-jars.xml
> 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, 4.2.1
>
> 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)