Skip to content

Instantly share code, notes, and snippets.

@anpieber
Created October 18, 2012 12:17
Show Gist options
  • Save anpieber/3911437 to your computer and use it in GitHub Desktop.
Save anpieber/3911437 to your computer and use it in GitHub Desktop.
openengsb-domain-parent git:(master) ✗ git diff
diff --git a/pom.xml b/pom.xml
index 71e6b0f..82bfe62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,12 @@
</includes>
</resource>
</resources>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ </plugin>
+ </plugins>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven b
(END)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment