Created
October 18, 2012 12:17
-
-
Save anpieber/3911437 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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