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:00:28 UTC

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

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



##########
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:
       How did you come up with these packages to put them as private packages?




----------------------------------------------------------------
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