Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tinchooU
Created August 17, 2015 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tinchooU/8c7aecc073cb9026cc3d to your computer and use it in GitHub Desktop.
Save tinchooU/8c7aecc073cb9026cc3d to your computer and use it in GitHub Desktop.
From 63b18a356a6ea2322d4d392fc92ab3a3308db963 Mon Sep 17 00:00:00 2001
From: Konstantina Gramatova <konstantina.gramatova@gmail.com>
Date: Mon, 17 Aug 2015 11:24:03 +0300
Subject: [PATCH] Added the OSGi bundle props to the connectoe manifest via the
maven-bundle-plugin.
---
connectors/apache-connector/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/connectors/apache-connector/pom.xml b/connectors/apache-connector/pom.xml
index 9dbacb5..65c6066 100644
--- a/connectors/apache-connector/pom.xml
+++ b/connectors/apache-connector/pom.xml
@@ -101,6 +101,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <inherited>true</inherited>
+ </plugin>
</plugins>
</build>
--
1.8.5.2.msysgit.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment