From c6a2bca03110c3a806759683f1a5b50398f37fe2 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 7 Jun 2016 10:11:14 +0200 Subject: [PATCH] Remove useless property enforcer.skip This property is already defined in profile skipSanityChecks --- pom.xml | 1 - quick-build.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c7bc0bce6d9..02de00d5afe 100644 --- a/pom.xml +++ b/pom.xml @@ -1092,7 +1092,6 @@ dev true - true diff --git a/quick-build.sh b/quick-build.sh index 756015c15bb..3d5262e1e61 100755 --- a/quick-build.sh +++ b/quick-build.sh @@ -41,4 +41,4 @@ $$$$"""$$$$$$$$$$uuu uu$$$$$$$$$"""$$$" EOF ./stop.sh -mvn clean install -B -e -V -DskipTests=true -Dsource.skip=true -Denforcer.skip=true -Pdev $* +mvn clean install -B -e -V -DskipTests=true -Dsource.skip=true -Pdev $* -- 2.39.5