ctubbsii commented on a change in pull request #1323: ZOOKEEPER-3797 Conflict
between fatjar and full-build Maven profiles
URL: https://github.com/apache/zookeeper/pull/1323#discussion_r410681925
##########
File path: zookeeper-it/pom.xml
##########
@@ -33,6 +33,16 @@
ZooKeeper system tests
</description>
+ <profiles>
+ <profile>
+ <id>full-build</id>
+ <properties>
+ <skipTests>true</skipTests>
+ <spotbugs.skip>true</spotbugs.skip>
Review comment:
Lesson learned from #1314 : you might need to skip checkstyle, too.
```suggestion
<checkstyle.skip>true</checkstyle.skip>
<skipTests>true</skipTests>
<spotbugs.skip>true</spotbugs.skip>
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services