andirady / pom-cli

Command line tool to manipulate maven's pom.xml and search for artifacts
https://andirady.github.io/pom-cli/
Apache License 2.0
16 stars 3 forks source link

Install instructions are missing #11

Open Riduidel opened 2 months ago

Riduidel commented 2 months ago

As far as I understand, there is no documented way to install a packaged version of pom-cli. Am I missing something?

andirady commented 2 months ago

@Riduidel, yes, it's still missing. I'm still figuring out how to package this tool. 😅

Riduidel commented 2 months ago

What I've done no longer than today is create a GitHub action which, when the release is created, fires a build (https://github.com/Riduidel/aadarchi-technology-detector/blob/main/.github/workflows/on_github_release_publish_maven_release.yaml). You could use the same mechanism to create the native executable for various platforms (through matrix build) then attach the generated executables through release (I think the good action for that is https://github.com/marketplace/actions/upload-files-to-a-github-release). I will try to take some time to work on that. At worst, I can contribute that during hacktoberfest.

andirady commented 2 months ago

@Riduidel, there's also Jreleaser and they have sample in https://github.com/jreleaser/helloworld-java-graalvm. My issue with the example is it downloads the JDKs.