Hi guys, As mentioned in the comments of HBASE-20556<https://issues.apache.org/jira/browse/HBASE-20556>, I figured that the build script executes `-PerrorProne` (introduced by HBASE-12350<https://issues.apache.org/jira/browse/HBASE-12350> and it should be removed for jdk7 build especially with branch-1) with mvn test-compile command such that mvn compile failed the build for development (I found few JIRAs has the same issue) on branch-1. So, the command passed test-compile should be :
mvn -Dmaven.repo.local=<local m2 repo> -DHBasePatchProcess clean test-compile -DskipTests=true I’m new to the community, how can we fix the test-compile command in Jenkins or the build scripts ? should I open a JIRA? (cc my personal email address) Thanks, Stephen
