From b58244ac8794ff39a9126951fcd6d2b271f5ebcf Mon Sep 17 00:00:00 2001 From: Mike Drob Date: Fri, 9 Mar 2018 15:48:44 -0600 Subject: [PATCH 1/2] HBASE-20153 Add error prone to precommit --- dev-support/hbase-personality.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh index b2fc76eb54..b67777affd 100755 --- a/dev-support/hbase-personality.sh +++ b/dev-support/hbase-personality.sh @@ -155,6 +155,10 @@ function personality_modules return fi + if [[ ${testtype} == compile ]]; then + extra="${extra} -PerrorProne" + fi + # If EXCLUDE_TESTS_URL/INCLUDE_TESTS_URL is set, fetches the url # and sets -Dtest.exclude.pattern/-Dtest to exclude/include the # tests respectively. -- 2.16.1 From a1d48c2f1642aa69e2d261fe0881e707e890acbb Mon Sep 17 00:00:00 2001 From: Mike Drob Date: Fri, 9 Mar 2018 15:50:30 -0600 Subject: [PATCH 2/2] nocommit: dummy change to force recompile --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 8057fc21fb..43a82176bd 100755 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,8 @@ * limitations under the License. */ +// nocommit : pom change to force yetus recompile of everything + ON MVN COMPILE NOT WORKING -- 2.16.1