Ted Yu created HBASE-7754: ----------------------------- Summary: Make code compile against hadoop 3.0 Key: HBASE-7754 URL: https://issues.apache.org/jira/browse/HBASE-7754 Project: HBase Issue Type: Bug Reporter: Ted Yu
mvn clean -Dhadoop.profile=3.0 test -PrunSmallTests {code} [INFO] Scanning for projects... [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.hbase:hbase:0.95-SNAPSHOT (/Users/tyu/trunk/pom.xml) has 2 errors [ERROR] 'dependencyManagement.dependencies.dependency.artifactId' for org.apache.hbase:${compat.module}:jar with value '${compat.module}' does not match a valid id pattern. @ line 959, column 21 [ERROR] 'dependencyManagement.dependencies.dependency.artifactId' for org.apache.hbase:${compat.module}:test-jar with value '${compat.module}' does not match a valid id pattern. @ line 964, column 21 [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException {code} -- 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