aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMikaël Barbero <mikael.barbero@gmail.com>2014-04-22 15:17:07 +0200
committerMikaël Barbero <mikael.barbero@gmail.com>2014-04-22 16:51:12 +0200
commit28fca4427c64924d53849804c51e82ffa6ceb2cb (patch)
tree26cf132ad3a239647c4779e20f49f4e62e19a51d /pom.xml
parent93fc676aa649e52dc6e7d30e4462ce3abda9d1d1 (diff)
downloadjimfs-28fca4427c64924d53849804c51e82ffa6ceb2cb.tar.gz
Update the maven conf to build OSGi bundles
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 23de68c..e5a7539 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,6 +164,11 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>2.4.0</version>
+ </plugin>
</plugins>
</pluginManagement>