yesamer commented on code in PR #6634:
URL:
https://github.com/apache/incubator-kie-drools/pull/6634#discussion_r3058121582
##########
build-parent/pom.xml:
##########
@@ -1935,19 +1934,11 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${version.com.github.spotbugs-maven-plugin}</version>
- <dependencies>
- <dependency>
- <groupId>org.kie</groupId>
- <artifactId>kie-build-tools</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
<configuration>
<maxRank>6</maxRank>
<effort>Max</effort>
<xmlOutput>true</xmlOutput>
<failOnError>${spotbugs.failOnViolation}</failOnError>
- <excludeFilterFile>spotbugs-excludes.xml</excludeFilterFile>
Review Comment:
@gitgabrio Yes, you can find that file here -->
https://github.com/lanceleverich/droolsjbpm-build-bootstrap/tree/master/kie-build-tools/src/main/resources,
imported through kie-build-tools dependency
It contains a single rule.
I didn't find any other reference.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]