Use POM packaging with index BOMs (#11520)

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>
This commit is contained in:
Wouter Born 2021-11-13 13:44:37 +01:00 committed by GitHub
parent 99144d6193
commit 585a671e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@
</parent>
<artifactId>org.openhab.addons.bom.openhab-core-index</artifactId>
<packaging>pom</packaging>
<name>openHAB Add-ons :: BOM :: openHAB Core Index</name>

View File

@ -11,6 +11,7 @@
</parent>
<artifactId>org.openhab.addons.bom.runtime-index</artifactId>
<packaging>pom</packaging>
<name>openHAB Add-ons :: BOM :: Runtime Index</name>

View File

@ -11,6 +11,7 @@
</parent>
<artifactId>org.openhab.addons.bom.test-index</artifactId>
<packaging>pom</packaging>
<name>openHAB Add-ons :: BOM :: Test Index</name>