-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distribute Enola JARs as Maven artefacts #970
Comments
With PR TBD:
BTW: With But these are not in the "Maven repo layout" ?! Hm, how to launch that |
#974 lays the foundation for this! That PR technically does not actually "distribute" anything just yet, but (best case) that will be trivial, after merging... |
NOK, as described on jitpack/jitpack.io#3129 (comment). |
Coming to re-think about this again... the simplest way forward ⏩ is certainly to just |
#1040 motivated me to pick this up tonight:
#1060 finally does exactly that! The Enola JAR is now available on https://docs.enola.dev/maven-repo/ (which currently cannot be "directly browsed"; generating a "directory listing", at build time, is TBD). #1061, and a new comment I'll post on #1040 in a moment, illustrate how it can be used (TL;DR e.g. from JBang with What's left to do is to properly document this, e.g. on a new https://docs.enola.dev/dev/maven/ (and then link to that from https://docs.enola.dev/dev/jbang/). |
https://github.com/bazel-contrib/rules_jvm_external/blob/master/docs/api.md#java_export (and an example)
https://docs.jitpack.io/building/#custom-commands
https://docs.jitpack.io/#javadoc-publishing would be very neat for #491
(From jitpack/jitpack.io#3129)
The text was updated successfully, but these errors were encountered: