aboutsummaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-06-29 02:23:07 +0200
committergjoranv <gv@oath.com>2018-06-29 17:20:32 +0200
commit5af10350ca70547e3c777b3cb940d3e3a281bd28 (patch)
treec1c8e0e30e59af68c7553dfcddaf61e5bdd39944 /parent
parentba5cc41ae37324f57991648935c06fc9e6af5e94 (diff)
Java 10: Add -noee workaround for bnd/maven-bundle-plugin.
Workaround for: Require-Capability: osg.ee=UNKNONWN
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 33817452ae2..836f6298e5c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -82,6 +82,12 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.0</version>
+ <configuration>
+ <!-- TODO: this should be a temporary workaround until bundle-plugin understands java 10 -->
+ <instructions>
+ <_noee>true</_noee>
+ </instructions>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>