Skip to content

Commit

Permalink
Use POM packaging with index BOMs (openhab#11520)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
wborn authored and andan67 committed Nov 5, 2022
1 parent 118543c commit 800bf44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bom/openhab-core-index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions bom/runtime-index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</parent>

<artifactId>org.openhab.addons.bom.runtime-index</artifactId>
<packaging>pom</packaging>

<name>openHAB Add-ons :: BOM :: Runtime Index</name>

Expand Down
1 change: 1 addition & 0 deletions bom/test-index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</parent>

<artifactId>org.openhab.addons.bom.test-index</artifactId>
<packaging>pom</packaging>

<name>openHAB Add-ons :: BOM :: Test Index</name>

Expand Down

0 comments on commit 800bf44

Please sign in to comment.