albfan / jmeld

A visual diff and merge tool
44 stars 31 forks source link

Releasing fat jar #53

Closed albfan closed 2 years ago

albfan commented 6 years ago

Allow people to use jmeld isolated

https://www.mkyong.com/maven/create-a-fat-jar-file-maven-assembly-plugin/

WolfgangFahl commented 5 years ago

see my pullrequest #54

albfan commented 5 years ago

@WolfgangFahl main objetive is an executable jar. Of course specific OS releases are welcomed. I will continue your work on https://github.com/albfan/jmeld/tree/wip/fat-jar, let me know if that is ok for you.

I forgot to push tag 3.3 to master, that work is rebased too.

albfan commented 5 years ago

hmm, fat-jar is there, so with exe, linux and windows are covered. Let me merge then. If someone needs a specific release for mac we can work on that later

WolfgangFahl commented 5 years ago

Great. I personally have some repositories where I release the exe and jar files via the git repository. You could also use github pages for that. See http://www.bitplan.com/index.php/Com.bitplan.pom for my recent work on how to better use maven for the release process. I also have a script for handling the github pages stuff in a more automated way - please send me a personal mail if you are interested in that.

albfan commented 2 years ago

Fixed on c2c196d