[ https://issues.apache.org/jira/browse/HBASE-6412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443603#comment-13443603 ]
Alex Baranau commented on HBASE-6412: ------------------------------------- Weird. I did (and I think this is what also Ted tried when we decided to create separate issue): {noformat} rm -rf ~/.m2/repository/org/apache/hbase mvn clean compile {noformat} And it failed with that missing dependency message. After cleaning repo also this is failing: {noformat} mvn clean compile -DskipTests=true {noformat} While "package" command works: {noformat} mvn clean package -DskipTests {noformat} We have different command currently being run by CI which doesn't work: {noformat} mvn clean compile findbugs:findbugs -DHBasePatchProcess {noformat} I believe we can change "compile" to "package". It will be slower (extra things will be done, like jar files will be created), but it will work. Do you think we do this change? Then we can resolve HBASE-6501 too (which is essentially about it). Just tested, looks like this worked well: {noformat} mvn clean package findbugs:findbugs -DHBasePatchProcess {noformat} Looks like using package instead of compile is a workaround for this maven bug. nb. there is a typo in your command: "rm -rf ~/.m2/org/*apahce*/hbase" > Move external servers to metrics2 (thrift,thrift2,rest) > ------------------------------------------------------- > > Key: HBASE-6412 > URL: https://issues.apache.org/jira/browse/HBASE-6412 > Project: HBase > Issue Type: Sub-task > Affects Versions: 0.96.0 > Reporter: Elliott Clark > Assignee: Elliott Clark > Priority: Blocker > Attachments: HBASE-6412-0.patch > > > Implement metrics2 for all the external servers: > * Thrift > * Thrift2 > * Rest -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira