summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index abade0115d..acd6cf8aca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,6 +439,20 @@
<goal>run</goal>
</goals>
</execution>
+ <execution>
+ <id>copy-osgi</id>
+ <phase>generate-resources</phase>
+ <configuration>
+ <target>
+ <copy todir="${project.build.outputDirectory}" >
+ <fileset dir="." includes="OSGI-INF/**"/>
+ </copy>
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
</executions>
</plugin>