rombert commented on pull request #2: URL: https://github.com/apache/sling-org-apache-sling-javax-activation/pull/2#issuecomment-663502889
BTW, I get the following warning when building ( sorry, did not spot it earlier ) ``` [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.sling:org.apache.sling.javax.activation:bundle:0.1.1-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 50, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] ``` I think this happens because we no longer configure the `maven-bundle-plugin` in the parent pom. Can you please set a version for the plug-in? It would also be good to double-check that all settings are applied correctly, as the OSGi specific parts have been moved to `org.apache.sling:sling-bundle-parent`. ---------------------------------------------------------------- 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: [email protected]
