Github user david-streamlio commented on the issue:
https://github.com/apache/nifi/pull/2882
Thanks @joewitt I was double comparing the nifi-pulsar-bundle/pom.xml to
other bundles in the nifi-nar-bundles, e.g. nifi-redis-bundle/pom.xml,
nifi-rethinkdb-bundle/pom.xml, and nidi-parquet-bundle/pom.xml and they all
define their parent module as follows:
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-parquet-bundle</artifactId>
<version>1.8.0-SNAPSHOT</version>
</parent>
Which is what I have as the definition in the nifi-pulsar-bundle/pom.xml
file
---