You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2015/02/25 11:18:36 UTC

jena git commit: Explictly add true to OSGI POM

Repository: jena
Updated Branches:
  refs/heads/master f52f75014 -> 8a67230fb


Explictly add <extensions>true</extensions> to OSGI POM

On some build servers an issue has been reported with the bundle
packaging not being recognized.  In principal this should be picked up
from the bundle plugin which should inherit the extensions setting from
the parent but perhaps is not.  This is thus an attempt to see if adding
it explicitly works around this issue.


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/8a67230f
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/8a67230f
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/8a67230f

Branch: refs/heads/master
Commit: 8a67230fb10ff3e06d1a20cab40f9e76b55788e9
Parents: f52f750
Author: Rob Vesse <rv...@apache.org>
Authored: Wed Feb 25 10:17:04 2015 +0000
Committer: Rob Vesse <rv...@apache.org>
Committed: Wed Feb 25 10:17:04 2015 +0000

----------------------------------------------------------------------
 apache-jena-osgi/jena-osgi/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/8a67230f/apache-jena-osgi/jena-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena-osgi/jena-osgi/pom.xml b/apache-jena-osgi/jena-osgi/pom.xml
index 1b21245..cc6a27a 100644
--- a/apache-jena-osgi/jena-osgi/pom.xml
+++ b/apache-jena-osgi/jena-osgi/pom.xml
@@ -223,6 +223,7 @@
             <Import-Package>!sun.io,!org.apache.avalon.framework.logger,!com.ibm.uvm.tools,!com.sun.jdmk.comm,!org.apache.log,!org.apache.xml.*,!org.apache.xerces.*,*</Import-Package>
           </instructions>
         </configuration>
+        <extensions>true</extensions>
       </plugin>
     </plugins>
   </build>