Trying to execute
mvn clean install -DskipTests -Dhadoop.profile=2.0
mvn clean install -DskipTests -Dhadoop.profile=3.0
I get the following error
[ERROR] The project org.apache.hbase:hbase:0.99.0-SNAPSHOT
(/home/ram/hbase_test/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 1005, 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 1010, column 21
Running with
mvn clean install -DskipTests -Dhadoop.profile=1.0 and without
hadoop.profile makes it work.
Regards
Ram