You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/05/27 06:03:19 UTC

[servicemix-bundles] branch master updated: [SM-5143] Remove package/capability headers from source bundles

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new ff44a8e7c [SM-5143] Remove package/capability headers from source bundles
     new 2f6009173 This closes #168
ff44a8e7c is described below

commit ff44a8e7c3c3056c07e06ae8552482cb1fcf3600
Author: Joe Shannon <jo...@diamond.ac.uk>
AuthorDate: Fri May 20 14:02:53 2022 +0100

    [SM-5143] Remove package/capability headers from source bundles
---
 bundles-pom/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/bundles-pom/pom.xml b/bundles-pom/pom.xml
index d9a1cea68..ec3a0a557 100644
--- a/bundles-pom/pom.xml
+++ b/bundles-pom/pom.xml
@@ -102,7 +102,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-shade-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.3.0</version>
                     <executions>
                         <execution>
                             <id>sources</id>
@@ -130,6 +130,10 @@
                                         <manifestEntries>
                                             <Bundle-SymbolicName>${project.artifactId}.source</Bundle-SymbolicName>
                                             <Eclipse-SourceBundle>${project.artifactId};version="${project.version}"</Eclipse-SourceBundle>
+                                            <Export-Package></Export-Package>
+                                            <Import-Package></Import-Package>
+                                            <Provide-Capability></Provide-Capability>
+                                            <Require-Capability></Require-Capability>
                                         </manifestEntries>
                                     </transformer>
                                 </transformers>