[FELIX-4496] Enable Bundle Repository to run as source project with m2e
Applying patch on behalf of Cristiano GaviĆ£o with many thanks.
This closes pull request #7.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1592466 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundlerepository/pom.xml b/bundlerepository/pom.xml
index 5b5980e..618c78f 100644
--- a/bundlerepository/pom.xml
+++ b/bundlerepository/pom.xml
@@ -108,9 +108,10 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.3.4</version>
+ <version>2.4.0</version>
<extensions>true</extensions>
<configuration>
+ <unpackBundle>true</unpackBundle>
<instructions>
<Export-Package>
org.osgi.service.repository,