Skip to content
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

Consider publication via SDKMAN! #27

Open
aalmiray opened this issue Sep 15, 2020 · 4 comments
Open

Consider publication via SDKMAN! #27

aalmiray opened this issue Sep 15, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@aalmiray
Copy link
Contributor

layrry-cli could be package as a launchable application via https://www.mojohaus.org/appassembler/appassembler-maven-plugin/ that can be distributed via SDKMAN!.

As an added advantage additional config formats can be configured by dropping a JAR file into the application's lib directory.

@aalmiray aalmiray added the enhancement New feature or request label Sep 15, 2020
@gunnarmorling
Copy link
Member

Wow, didn't know about this. Great idea IMO!

@aalmiray
Copy link
Contributor Author

There is no sdkman-maven-plugin available. Deployment and announcements can be made with REST calls as explained at https://sdkman.io/vendors

Deployments can be pushed automatically from CI via GitHub Actions upon tagging for example.

@aalmiray
Copy link
Contributor Author

Updating the JavaFX example with run instructions it struct me that we need additional means to launch Layrry powered applications. Right now we have

  1. build your own distro and java -jar layrry-launcher.jar ...
  2. use jbang layrry@moditect ...

In the future consumers may be able to download the layrry-launcher from Maven Central once releases start to flow. However we have the following problems:

  1. and 2. will give you the latest Layrry version which may contain unreleased, experimental bits.
  2. requires network access to GH to resolve catalog for the 1st time.

Of course, producers can always create their own launchers (thin wrappers over layrry-launcher) and use their own artifact repositories for distribution (thinking inside vpn, intranet, etc) regardless of the ready-made choices we decide to provide in the future.

@aalmiray
Copy link
Contributor Author

Well, well, look what I found https://github.com/sdkman/sdkman-vendor-maven-plugin

This was referenced Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants