[
https://issues.apache.org/jira/browse/HTRACE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14507760#comment-14507760
]
Colin Patrick McCabe commented on HTRACE-148:
---------------------------------------------
Another potentially interesting config:
{code}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadeTestJar>true</shadeTestJar> <=== should we do this?
</configuration>
</execution>
</executions>
</plugin>
{code}
> TestHTracedRESTReceiver should use the shaded ObjectMapper to avoid
> TestHTracedRESTReceiver failure
> ---------------------------------------------------------------------------------------------------
>
> Key: HTRACE-148
> URL: https://issues.apache.org/jira/browse/HTRACE-148
> Project: HTrace
> Issue Type: Bug
> Reporter: Masatake Iwasaki
> Assignee: Masatake Iwasaki
> Fix For: 3.2.0
>
> Attachments: HTRACE-148.001.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)