Simplify Release Process #1069
Closed
bevans2000
started this conversation in
General
Replies: 1 comment 1 reply
-
Sure. The jar version is good enough as not a whole lot of people are downloading the deb versions anyway. Let's do that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The release process is quite labour intensive. We should simplify it to make it easier to run and understand for an end user. It involves creating 4 separate files as Artefacts and various change log files. I suggest we drop the DEB file and go to a single ZIP artefact that contains both JAR files and support both OS.
-conf/jvm.options
This is common pattern in lots of Java based application, Apache JMeter is a good example. This will simplify the wiki pages as well since we can describe a single execution & installation model.
To create this we have a new Maven module that will just do the packaging.
@mokun Opinion?
Beta Was this translation helpful? Give feedback.
All reactions