Skip to content

Commit

Permalink
Use POM packaging with index BOMs (#2561)
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 Nov 15, 2021
1 parent a328443 commit f9d201c
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.core.bom.openhab-core-index</artifactId>
<packaging>pom</packaging>

<name>openHAB Core :: 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.core.bom.runtime-index</artifactId>
<packaging>pom</packaging>

<name>openHAB Core :: 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.core.bom.test-index</artifactId>
<packaging>pom</packaging>

<name>openHAB Core :: BOM :: Test Index</name>

Expand Down

0 comments on commit f9d201c

Please sign in to comment.