Github user spmallette commented on a diff in the pull request: https://github.com/apache/incubator-tinkerpop/pull/186#discussion_r49495892 --- Diff: gremlin-shaded/pom.xml --- @@ -24,6 +24,67 @@ limitations under the License. </parent> <artifactId>gremlin-shaded</artifactId> <name>Apache TinkerPop :: Gremlin Shaded</name> + <packaging>bundle</packaging> + <properties> + <!-- + As this jar is shaded, the maven-bundle-plugin is not able to process exported and imported packages from generated classes. + So we must explicitely tell which packages are exported and imported by this bundle to the maven-bundle-plugin. + --> + <osgi.import> --- End diff -- how do we know what should be added to `<osgi.import>` and `<osgi.export>`? this goes back to my earlier question of how to "maintain" this stuff over time?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---