[
https://issues.apache.org/jira/browse/HTRACE-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14738271#comment-14738271
]
Lewis John McGibbney commented on HTRACE-234:
---------------------------------------------
ACK [~iwasakims] 3.3.3 does reproduce the issue
{code}
lmcgibbn@LMC-032857 /usr/local(master) $ mvn -version
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06;
2015-04-22T04:57:37-07:00)
Maven home: /usr/local/apache-maven-3.3.3
Java version: 1.7.0_79, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac"
{code}
> Add workaround to prevent htrace-hbase from getting in an infinite loop while
> creating the dependency-reduced pom
> -----------------------------------------------------------------------------------------------------------------
>
> Key: HTRACE-234
> URL: https://issues.apache.org/jira/browse/HTRACE-234
> Project: HTrace
> Issue Type: Bug
> Affects Versions: master, 4.0
> Environment: maven 3.3.3
> maven shade 2.1 and 2.4.1
> Reporter: Cosmin Lehene
> Assignee: Cosmin Lehene
> Priority: Blocker
> Fix For: 4.0
>
> Attachments: HTRACE-234.patch, HTRACE-234.patch.1
>
>
> maven will loop infinitely at due just like MSHADE-148 (which doesn't seem to
> be fixed in 2.4.1)
> {code}
> INFO] Replacing original artifact with shaded artifact.
> [INFO] Replacing
> /Users/clehene/work/incubator-htrace/htrace-hbase/target/htrace-hbase-4.0.0-incubating-SNAPSHOT.jar
> with
> /Users/clehene/work/incubator-htrace/htrace-hbase/target/htrace-hbase-4.0.0-incubating-SNAPSHOT-shaded.jar
> [INFO] Dependency-reduced POM written at:
> /Users/clehene/work/incubator-htrace/htrace-hbase/dependency-reduced-pom.xml
> [INFO] Dependency-reduced POM written at:
> /Users/clehene/work/incubator-htrace/htrace-hbase/dependency-reduced-pom.xml
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)