Skip sonar build in eclipse 80/119280/1
authorJim Hahn <jrh3@att.com>
Fri, 12 Mar 2021 23:19:39 +0000 (18:19 -0500)
committerJim Hahn <jrh3@att.com>
Fri, 12 Mar 2021 23:20:58 +0000 (18:20 -0500)
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>
integration/pom.xml

index 3ef1cbb..2c6e9fd 100644 (file)
                                                 <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>