deployment - Deploying Java Files -


In order to enable any significant jar dependencies, deploying well with config files (and enabling tools), standalone applications ) What is Launch Script?

Is there a Maven plugin that makes publishing binary releases easier, so that users do not need to use Maven for example?

Is there a Maven plugins that makes publishing a binary release easier, so that users Do not need to use Maven for example?

Use to create a binary distribution of your project as zip / tar.gz / tar.bz2. This plugin is very flexible - at the expense of some complexity - and you can do almost anything you want. Then deploy (in Maven sense) created artificiality, upload somewhere else, etc.


Comments