I would like to do the following with the maven:
- Pack my code & dependencies to uber jar
- Attach a script to it (either Windows script or Linux script)
- Put both script and jar to a folder
- Crate zip for Windows AND tar.gz file for Linux
Is this possible in Maven using assembly or any other plugin?