Publish jar onto mvn central #80
Replies: 2 comments 4 replies
-
I can think about that but see no reason for now. You are the second who's implemented custom auth but for Maven release I have to split the project that will increase the complexity of the project. From other side, auth was changed only 2 times for past 2 years with 100% backward combability so you have to build your jar only once and forever, I'd say so it shouldn't be too hard to get the plugin jar from IDEA and use it locally. |
Beta Was this translation helpful? Give feedback.
-
ok, if we have already to. Officially it's published to https://s01.oss.sonatype.org/content/repositories/releases/dev/kdbinsidebrains/plugin/ repository but must be synched with Maven Central as well. At least I have updated credentials sample with new dependency and it works fine for me: https://github.com/kdbinsidebrains/credentials/blob/main/pom.xml
|
Beta Was this translation helpful? Give feedback.
-
Hey there. Thanks for the plugin it is awesome!
I was writing a kerberos wrapper using the useful guide you mentioned for custom auth. It works great, but I had to copy your plugin jar manually into my auth jar repo I created as I could not find your jar for the plugin (and so cred provider / editor classss) via a regular gradle resolver.
Any chance you could push some of these as releases?
Thanks again for your hard work!
Beta Was this translation helpful? Give feedback.
All reactions