keith-turner commented on code in PR #5785:
URL: https://github.com/apache/accumulo/pull/5785#discussion_r2308576714
##########
iterator-test-harness/pom.xml:
##########
@@ -65,4 +65,15 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
+ <configuration>
+
<omitVisitors>SharedVariableAtomicityDetector,ConstructorThrow</omitVisitors>
+ </configuration>
+ </plugin>
Review Comment:
Could these changes be made in the accumulo parent pom instead of in each
pom?
--
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]