yesamer opened a new issue, #2279:
URL: https://github.com/apache/incubator-kie-issues/issues/2279
Remove the obsolete kie-build-tools dependency from SpotBugs configuration.
Currently, drools defines spotbugs-maven-plugin in 4 submodules:
drools-base, drools-compiler, drools-core, and drools-drl-parser.
In build-parent/pom.xml, the plugin used to depend on external
org.kie:kie-build-tools:${project.version}. That artifact points to an old
non-Apache module and 999-SNAPSHOT is not available anymore.
```
<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>
```
--
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]