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
parent
7a1982e785
commit
c59dd21044
14
pom.xml
14
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue