Looks like only the POM dependencies are used by the indexer, so the JAR is unused and useless as this warning correctly indicates when you build them:
```
[WARNING] JAR will be empty - no content was marked for inclusion!
```
Signed-off-by: Wouter Born <github@maindrain.net>
</parent>
<artifactId>org.openhab.addons.bom.openhab-core-index</artifactId>
+ <packaging>pom</packaging>
<name>openHAB Add-ons :: BOM :: openHAB Core Index</name>
</parent>
<artifactId>org.openhab.addons.bom.runtime-index</artifactId>
+ <packaging>pom</packaging>
<name>openHAB Add-ons :: BOM :: Runtime Index</name>
</parent>
<artifactId>org.openhab.addons.bom.test-index</artifactId>
+ <packaging>pom</packaging>
<name>openHAB Add-ons :: BOM :: Test Index</name>