aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-03-12 18:19:39 -0500
committerJim Hahn <jrh3@att.com>2021-03-12 18:20:58 -0500
commit12b4a9bcd9b6486d3db5882eeee39a857bd31488 (patch)
tree0a7f7cc343a67b90e9072eb5cb4095c9647d84bb
parenta91d753c2039623b606fadb7316dc5a40e749e94 (diff)
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 <jrh3@att.com>
-rw-r--r--integration/pom.xml13
1 files changed, 13 insertions, 0 deletions
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 @@
<ignore />
</action>
</pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <versionRange>[0.7.1.201405082137,)</versionRange>
+ <goals>
+ <goal>prepare-agent</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>