sevdokimov / log-viewer

Web UI for viewing logs
Apache License 2.0
477 stars 105 forks source link

Provide new release #176

Closed Leviathan09 closed 1 year ago

Leviathan09 commented 1 year ago

Hi @sevdokimov is it possible to provide a new release with the commits you've done since version 1.0.4 Because i have no idea how to put together the files in your repo to working .jar

sevdokimov commented 1 year ago

Does mvn package -Dmaven.test.skip=true command help? If you run mvn package -Dmaven.test.skip=true in the root of the project, the release will be in log-viewer/log-viewer-cli/target/log-viewer-1.0.5-SNAPSHOT.tar.gz.

I'm going to make a release on weekend, after implementation of several features.

Leviathan09 commented 1 year ago

Hi, i've never used maven before so i took me a while to try it but i get some error messages

[[ERROR] Failed to execute goal on project log-viewer-cli: Could not resolve dependencies for project io.github.sevdokimov.logviewer:log-viewer-cli:jar:1.0.5-SNAPSHOT: Could not find artifact io.github.sevdokimov.logviewer:log-viewer:jar:tests:1.0.5-SNAPSHOT
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :log-viewer

But i will wait then till the new release

sevdokimov commented 1 year ago

Done. 1.0.5 release has been published.