[Feature Request] Universal plugin, directory output format #1061
Labels
documentation
Documentation should be extended or updated
universal
Zip, tar.gz, tgz and bash issues
Currently it's possible to package application in various types of archives. Universal plugin should also support just creating a directory and skip the archiving step.
Use case: I develop on my local PC and test on remote host. Libraries don't change much. I can use
rsync
to sync changes in local application (one jar most of the time) to the remote. But currently I have to unpack the archive every time I want to upload my changes. It's waste of resources and time to pack/unpack every time I need to upload the changes.I realize that this is not the typical use case for a packager plugin, but it'd useful and the plugin could do it easily (it does it already behind the scenes). Sometimes, it's not necessary to use an archive. In the end the archive will be unpacked anyway.
EDIT: sbt-pack works well for my case.
The text was updated successfully, but these errors were encountered: