flytreeleft / nexus3-keycloak-plugin

Sonatype Nexus plugin for Keycloak integration
Apache License 2.0
107 stars 81 forks source link

Nexus plugin dependency update #39

Closed peschmae closed 4 years ago

peschmae commented 4 years ago

Starting from Nexus 3.15 a new bundle format is supported, without the need to add it to startup.properties. https://help.sonatype.com/repomanager3/bundle-development/installing-bundles

mvn -PbuildKar clean install

To be able to package the plugin in this new format the nexus-plugins dependency needs to be updated to 3.15+

flytreeleft commented 4 years ago

@peschmae Did you test whether the new bundle format is supported by the version before 3.15 or not?

peschmae commented 4 years ago

The new format (KAR), is only supported by newer versions, but it's still possible to build normal JAR bundles that are compatible with previous versions

flytreeleft commented 4 years ago

@peschmae Thanks, I know what you mean. I will merge this and update the document. :)