Github user ottobackwards commented on the issue:
https://github.com/apache/metron/pull/530
WRT: Required Bundle dependency for BundleProvidedDependenciesMojo.
That mojo is not run automatically, either in metron or in the nifi case.
It is *explicitly* run to determine the dependencies of a bundle dependency,
i.e.:
```xml
<dependencies>
<dependency>
<groupid>org.apache.metron</groupid>
<artifactid>metron-hbase-common-bundle</artifactid>
<version>0.4.1</version>
<type>bundle</type>
</dependency>
<dependencies>
```
Running it against projects without bundle dependencies *would* be an error.
I think this is ok.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---