mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Use POM packaging with index BOMs (#2561)
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:
parent
a32844358b
commit
f9d201c35b
@ -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>
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>org.openhab.core.bom.runtime-index</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>openHAB Core :: BOM :: Runtime Index</name>
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>org.openhab.core.bom.test-index</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>openHAB Core :: BOM :: Test Index</name>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user