You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an API to facilitate packaging in non-standard/provided formats? I haven't poked around the source much, but I assume there's a decent amount of overlap in shared functionality between the different packaging formats, and that sbt-native-packager could also facilitate packaging to more obscure formats that aren't directly supported.
If there is such an API, can it be more documented? If not, can we get it? 😄
The text was updated successfully, but these errors were encountered:
I'll change this to a documentation thing. Normally you can reuse all the settings defined by the sbt-native-packager like, daemonUser, mappings, etc. to build your own task/settings in your build which create a custom package format.
An example for this is the sbt-assembly example with native-packager. Instead of a a list of jars you get single fat-jar
Is there an API to facilitate packaging in non-standard/provided formats? I haven't poked around the source much, but I assume there's a decent amount of overlap in shared functionality between the different packaging formats, and that sbt-native-packager could also facilitate packaging to more obscure formats that aren't directly supported.
If there is such an API, can it be more documented? If not, can we get it? 😄
The text was updated successfully, but these errors were encountered: