From cb40f5c6797890f542ff610bd83ee1817f49d8a9 Mon Sep 17 00:00:00 2001 From: Abraham Elmahrek Date: Thu, 23 Jul 2015 14:02:40 -0700 Subject: [PATCH] SQOOP-2426: Sqoop2: Precommit: Provide maven profile that will run all tests for precomit hook at once (Jarek Jarcec Cecho via Abraham Elmahrek) --- pom.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 387ee190..73a7cb82 100644 --- a/pom.xml +++ b/pom.xml @@ -138,8 +138,8 @@ limitations under the License. - + fast @@ -202,6 +202,30 @@ limitations under the License. + + + precommit + + false + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + + + + sign