Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2615#discussion_r192083397
--- Diff:
nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
---
@@ -212,6 +212,31 @@
</execution>
</executions>
</plugin>
+
+ <plugin>
+ <groupId>org.jacoco</groupId>
--- End diff --
If we were to add a code coverage plugin to Maven, this is probably
something that should be added to the root-level pom (and disabled by default?)
What was the impetus for including it in a single bundle?
---