sbt-native-packager icon indicating copy to clipboard operation
sbt-native-packager copied to clipboard

sbt Native Packager

Results 158 sbt-native-packager issues
Sort by recently updated
recently updated
newest added

I have a service with two main classes, one for migrations and the other for the actual service. The two bash/bat files are generated, but I need a custom entrypoint...

documentation
docker

## Expected behaviour graalvm-native-image Jar files can be configured to load from the specified relative path (proportional lib) directory ## Actual behaviour load the JAR file from the user home/....

Needs Info / Test Case
graalvm

## Expected behaviour `sbt Docker/publishLocal` produces a runnable image or fails at build time in the presence of multiple main classes ## Actual behaviour The image fails startup ## Information...

The `sbt-native-packager` plugin in its [documentation](https://sbt-native-packager.readthedocs.io/en/stable/archetypes/java_app/customize.html#via-build-sbt) and behavior interprets the SBT `javaOptions` setting to mean "command-line options and JVM options". However, the intent to mix both command-line and JVM options...

universal

## Expected behaviour I want to copy a directory from the host machine to the container using a command like ``` dockerCommands := dockerCommands.value.flatMap { case Cmd("FROM", args @ _*)...

docker

## Expected behaviour When working with DockerPlugin, files in mapping aren't being copied to the image. I'm working with assembly plugin to create a fat jar, then adding it to...

docker

## Expected behaviour Using `enablePlugins(LauncherJarPlugin)` or `enablePlugins(ClasspathJarPlugin)` should result in a package that runs. ## Actual behaviour When either of `enablePlugins(LauncherJarPlugin)` or `enablePlugins(ClasspathJarPlugin)` is used, when running the generated package,...

bug
universal

The JDeb packager still uses the unscoped normalizedName for the .deb archive name, This was fixed more generally in the linux packagers on #188 but still an issue with JDeb....

debian
bug

Expected: conffile will have a path to config with absolute path: /usr/share/[package]/data/conf/[file] In fact: conffile has a path without leading slash: usr/share/[package]/data/conf/[file] This is occurring when using sbt-native-packager=1.9.4 and jdeb=1.9...

debian
bug

* Previously the `-main` argument was ignored because the `custom_mainclass` variable was set but never used. `process_args` is called after `app_mainclass` is set to the default value, so this PR...