You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/09 16:03:53 UTC

[GitHub] [camel] jbonofre commented on a change in pull request #5191: Exemple of uber bundle embedding azure in camel component

jbonofre commented on a change in pull request #5191:
URL: https://github.com/apache/camel/pull/5191#discussion_r590502363



##########
File path: components/camel-azure-eventhubs/pom.xml
##########
@@ -121,5 +112,46 @@
                 </plugins>
             </build>
         </profile>
+        <profile>
+          <id>uber</id>
+          <build>
+            <plugins>
+              <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <version>5.1.1</version>
+                <executions>
+                  <execution>
+                    <id>bundle</id>
+                    <goals>
+                      <goal>bundle</goal>
+                    </goals>
+                    <configuration>
+                        <classifier>uber</classifier>
+                        <instructions>
+                            <Export-Package>
+                                org.apache.camel.component.azure.eventhubs
+                            </Export-Package>
+                            <Import-Package>
+                                kotlin*;resolution:=optional,
+                                *,
+                            </Import-Package>
+                            <Private-Package>

Review comment:
       It's displayed by bnd/maven-bundle-plugin. I can add "report/display" profile example.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org