]> git.basschouten.com Git - openhab-addons.git/commitdiff
Use POM packaging with index BOMs (#11520)
authorWouter Born <github@maindrain.net>
Sat, 13 Nov 2021 12:44:37 +0000 (13:44 +0100)
committerGitHub <noreply@github.com>
Sat, 13 Nov 2021 12:44:37 +0000 (13:44 +0100)
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>
bom/openhab-core-index/pom.xml
bom/runtime-index/pom.xml
bom/test-index/pom.xml

index 3b8cd5f2b4a9d114fec0863af9846780b30a1dc2..3456b6202c2b57025a27fdff9e2b5419237cde2b 100644 (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>
 
index 140976e95669ecbb14e8d8af51fe582443e24d12..6f7d6162570de8f79a4e3649f05e9bf9b232eaf6 100644 (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>
 
index 746cda3380df3440817f6d0f8e990ab3e98e3b1a..817a356f8e22c28ee672f6ef602dc48d01d193dc 100644 (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>