Closed g4s8 closed 5 years ago
Hi @g4s8 , Thank you for the issue reporting, will add the documentation.
As W/A the jar
is available as shaded
release
https://github.com/dgroup/docker-unittests/releases/download/v1.1.0/docker-unittests-app-1.1.0.jar
By default, there is no manifest within the *.jar for mvn central.
@dgroup thanks this shaded release works fine, I tried to search this jar in latest github release https://github.com/dgroup/docker-unittests/releases/tag/1.1.0 (1.1.0
instead of v1.1.0
)
@g4s8, i've renamed the release
The key problem here is that rultor didn't attach the files to the release https://github.com/yegor256/rultor/issues/1160
For this purpose, the github-release-plugin
is used, however, it also can't attach the dist to the existing repository (only create from scratch or delete+create again).
https://github.com/jutzig/github-release-plugin/
I'm wondering to raise the RR to them.
@rultor release, tag=1.1.1
@rultor release, tag=
1.1.1
@dgroup OK, I will release it now. Please check the progress here
@rultor release, tag=
1.1.1
@dgroup Done! FYI, the full log is here (took me 7min)
@dgroup now it's clear, thanks
I tried to download it from maven central and run using commands:
but got an error:
then I tried to download sources from this repo build it and run:
and got same error (
no main manifest attribute
).Honestly speaking, I just forgot how to run it and now I can't find any documentation about it. Also it would be great if I'll be able to download a
jar
from somewhere (e.g. Github releases) without complex commands.