summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/sca/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/sca/pom.xml b/java/sca/pom.xml
index ff364a0895..e9b1aa0b51 100644
--- a/java/sca/pom.xml
+++ b/java/sca/pom.xml
@@ -479,6 +479,13 @@
<include>MANIFEST.MF</include>
</includes>
</resource>
+ <resource>
+ <directory>${basedir}/OSGI-INF</directory>
+ <targetPath>OSGI-INF</targetPath>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource>
</resources>
<pluginManagement>