WAR: ignore Eclipse IDE integration of bnd indexer temporary (#511)

Related to: https://github.com/openhab/openhab-core/pull/467#issuecomment-456362798

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
pull/514/head
Markus Rathgeb 2019-02-01 15:08:44 +00:00 committed by Kai Kreuzer
parent 7a1982e785
commit c59dd21044
1 changed files with 14 additions and 0 deletions

14
pom.xml
View File

@ -515,6 +515,20 @@ Import-Package: \\
<ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-indexer-maven-plugin</artifactId>
<versionRange>[3.1.0,)</versionRange>
<goals>
<goal>index</goal>
<goal>local-index</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>