sajato / logw

A simple wrapper for logging. It provides static log methods and make log guards unnecessary.
Apache License 2.0
4 stars 1 forks source link

Add maven plugin to build release on jitpack.io #8

Closed atomfrede closed 9 years ago

atomfrede commented 9 years ago

Instead of complex setup for releasing logw to jcenter or maven central embrace the power of github releases and use https://jitpack.io/

Jitpacks uses github releases for artifact deployment. Using the latest (or any git commit) enables developers to get any version without handling snapshot repositories. Just change the versionnumber to the git commit id and everything is fine. If you're ok with that I'll remove jcenter and update the readme afterwards.

Readme: https://jitpack.io/