You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/09/16 19:22:50 UTC

git commit: [KARAF-3234] Downgrade to maven-bundle-plugin 2.4.0 to build the manual

Repository: karaf
Updated Branches:
  refs/heads/karaf-2.x dfb6342e6 -> 5831ff9f9


[KARAF-3234] Downgrade to maven-bundle-plugin 2.4.0 to build the manual


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/5831ff9f
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/5831ff9f
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/5831ff9f

Branch: refs/heads/karaf-2.x
Commit: 5831ff9f96dc8ee4083b5b348c7fcd582e63d07e
Parents: dfb6342
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Sep 16 19:21:47 2014 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Sep 16 19:21:47 2014 +0200

----------------------------------------------------------------------
 manual/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/5831ff9f/manual/pom.xml
----------------------------------------------------------------------
diff --git a/manual/pom.xml b/manual/pom.xml
index 553479d..8d5ff50 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -326,6 +326,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>2.4.0</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>
@@ -342,9 +343,6 @@
                         <supportedProjectType>war</supportedProjectType>
                     </supportedProjectTypes>
                     <instructions>
-                        <Import-Package>
-
-                        </Import-Package>
                         <Bundle-ClassPath>.,WEB-INF/classes</Bundle-ClassPath>
                         <Embed-Directory>WEB-INF/lib</Embed-Directory>
                         <Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>