From 12b4a9bcd9b6486d3db5882eeee39a857bd31488 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 12 Mar 2021 18:19:39 -0500 Subject: 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 --- integration/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'integration/pom.xml') 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 + + + + + + -- cgit 1.2.3-korg