mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
workround m2e indexer hickup, build local openhab index (#584)
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
This commit is contained in:
parent
09e2292a58
commit
363a437347
@ -34,6 +34,24 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>biz.aQute.bnd</groupId>
|
<groupId>biz.aQute.bnd</groupId>
|
||||||
<artifactId>bnd-indexer-maven-plugin</artifactId>
|
<artifactId>bnd-indexer-maven-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>simple-local-index</id>
|
||||||
|
<goals>
|
||||||
|
<goal>local-index</goal>
|
||||||
|
</goals>
|
||||||
|
<phase>process-resources</phase>
|
||||||
|
<configuration>
|
||||||
|
<inputDir>${project.basedir}/../../bundles</inputDir>
|
||||||
|
<outputFile>${project.build.directory}/local-index.xml</outputFile>
|
||||||
|
<indexFiles>
|
||||||
|
<include>*/target/*.jar</include>
|
||||||
|
<exclude>*/target/*-javadoc.jar</exclude>
|
||||||
|
<exclude>*/target/*-sources.jar</exclude>
|
||||||
|
</indexFiles>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
-standalone: \
|
-standalone: \
|
||||||
../../bom/runtime-index/target/index.xml;name="org.openhab.core.bom.runtime-index",\
|
../../bom/runtime-index/target/index.xml;name="org.openhab.core.bom.runtime-index",\
|
||||||
../../bom/openhab-core-index/target/index.xml;name="org.openhab.core.bom.openhab-core-index"
|
../../bom/openhab-core-index/target/local-index.xml;name="org.openhab.core.bom.openhab-core-index"
|
||||||
|
|
||||||
-resolve.effective: active
|
-resolve.effective: active
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
-standalone: \
|
-standalone: \
|
||||||
../../bom/runtime-index/target/index.xml;name="org.openhab.core.bom.runtime-index",\
|
../../bom/runtime-index/target/index.xml;name="org.openhab.core.bom.runtime-index",\
|
||||||
../../bom/test-index/target/index.xml;name="org.openhab.core.bom.test-index",\
|
../../bom/test-index/target/index.xml;name="org.openhab.core.bom.test-index",\
|
||||||
../../bom/openhab-core-index/target/index.xml;name="org.openhab.core.bom.openhab-core-index",\
|
../../bom/openhab-core-index/target/local-index.xml;name="org.openhab.core.bom.openhab-core-index",\
|
||||||
target/index.xml;name="self"
|
target/index.xml;name="self"
|
||||||
|
|
||||||
-resolve.effective: active
|
-resolve.effective: active
|
||||||
|
Loading…
Reference in New Issue
Block a user