From: Jim Hahn Date: Fri, 12 Mar 2021 23:19:39 +0000 (-0500) Subject: Skip sonar build in eclipse X-Git-Tag: 3.4.0~54 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=12b4a9bcd9b6486d3db5882eeee39a857bd31488;p=policy%2Fparent.git Skip sonar build in eclipse Let developers in eclipse trigger sonarlint manually rather than automatically as part of m2e, as the latter really slows things down. Issue-ID: POLICY-3126 Change-Id: I6fceafc0cee85312f47b6030f47d088868912ff1 Signed-off-by: Jim Hahn --- diff --git a/integration/pom.xml b/integration/pom.xml index 3ef1cbb4..2c6e9fd2 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -572,6 +572,19 @@ + + + org.jacoco + jacoco-maven-plugin + [0.7.1.201405082137,) + + prepare-agent + + + + + +