• Stars
    star
    1,577
  • Rank 27,099 (Top 0.6 %)
  • Language
    Scala
  • License
    BSD 2-Clause "Sim...
  • Created almost 12 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

sbt Native Packager

SBT Native Packager

Build Status Build status Codacy Badge sbt-native-packager Scala version support Join the chat at https://gitter.im/sbt/sbt-native-packager Documentation Status

Native Packager Logo

Goal

SBT native packager lets you build application packages in native formats. It offers different archetypes for common configurations, such as simple Java apps or server applications.

Issues/Discussions

  • Discussion/Questions: If you wish to ask questions about the native packager we're active on Stack Overflow. You can either use the sbt tag or the sbt-native-packager tag. They also have far better search support for working around issues.

  • Docs: Our docs are available online. If you'd like to help improve the docs, they're part of this repository in the src/sphinx directory. ScalaDocs are also available.

    The old documentation can be found here

  • Issues/Feature Requests: Finally, any bugs or features you find you need, please report to our issue tracker. Please check the compatibility matrix to see if your system is able to produce the packages you want.

Features

  • Build native packages for different systems
    • Universal zip,tar.gz, xz archives
    • deb and rpm packages for Debian/RHEL based systems
    • dmg for macOS
    • msi for Windows
    • docker images
    • graalvm native images
  • Provide archetypes for common use cases
  • Java8 jdkpackager wrapper
  • Java11 jlink wrapper
  • Optional JDeb integration for cross-platform Debian builds
  • Optional Spotify docker client integration

Installation

Add the following to your project/plugins.sbt file:

// for autoplugins
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.4")

In your build.sbt enable the plugin you want. For example the JavaAppPackaging.

enablePlugins(JavaAppPackaging)

Or if you need a server with autostart support

enablePlugins(JavaServerAppPackaging)

Build

If you have enabled one of the archetypes (app or server), you can build your application with

sbt <config-scope>:packageBin

Examples

# universal zip
sbt universal:packageBin

# debian package
sbt debian:packageBin

# rpm package
sbt rpm:packageBin

# docker image
sbt docker:publishLocal

# graalvm image
sbt graalvm-native-image:packageBin

Read more in the specific format documentation on how to configure and build your package.

Documentation

There's a complete "getting started" guide and more detailed topics available at the sbt-native-packager site.

Please feel free to contribute documentation, or raise issues where you feel it may be lacking.

Contributing

Please read the contributing.md on how to build and test native-packager.

Related SBT Plugins

These are a list of plugins that either use sbt-native-packager, provide additional features or provide a richer API for a single packaging format.

Maintainers

  • Nepomuk Seiler (@muuki88)
  • Alexey Kardapoltsev (@kardapoltsev)
  • Derek Wickern (@dwickern)
  • Felix Satyaputra (@fsat)

Credits

More Repositories

1

sbt

sbt, the interactive build tool
Scala
4,685
star
2

sbt-dependency-graph

sbt plugin to create a dependency graph for your project
Scala
1,246
star
3

sbt-jmh

"Trust no one, bench everything." - sbt plugin for JMH (Java Microbenchmark Harness)
Scala
774
star
4

sbt-eclipse

Plugin for sbt to create Eclipse project definitions
Scala
721
star
5

sbt-release

A release plugin for sbt
Scala
630
star
6

sbt-buildinfo

I know this because build.sbt knows this.
Scala
541
star
7

sbt-web

Library for building sbt plugins for the web
Scala
365
star
8

sbt-git

A git plugin for sbt
Scala
342
star
9

zinc

Scala incremental compiler library, used by sbt and other build tools
Scala
316
star
10

docker-sbt

Official sbt docker images
Dockerfile
301
star
11

sbt-dynver

An sbt plugin to dynamically set your version from git
Scala
286
star
12

sbt-ci-release

sbt plugin to automate Sonatype releases from GitHub Actions
Scala
270
star
13

sbt-onejar

Packages your project using One-JARâ„¢
Scala
268
star
14

sbt-scalariform

sbt plugin adding support for source code formatting using Scalariform
Scala
259
star
15

sbt-fresh

sbt-plugin to create an opinionated fresh sbt project
Scala
235
star
16

sbt-header

sbt-header is an sbt plugin for creating file headers, e.g. copyright headers
Scala
190
star
17

sbt-github-actions

An sbt plugin which makes it easier to build with GitHub Actions
Scala
185
star
18

sbt-bintray

fresh packages delivered from your sbt console
Scala
180
star
19

sbt-site

Site generation for sbt
Scala
176
star
20

sbt-protobuf

sbt plugin for compiling protobuf files
Scala
173
star
21

sbt-start-script

SBT Plugin to create a "start" script to run the program
Scala
144
star
22

sbt-pgp

PGP plugin for sbt
Scala
141
star
23

sbt-groll

sbt plugin to roll the Git history
Scala
134
star
24

junit-interface

Implementation of sbt's test interface for JUnit
Java
132
star
25

sbt-unidoc

sbt plugin to create a unified Scaladoc or Javadoc API document across multiple subprojects.
Scala
124
star
26

sbt-jni

SBT Plugin to ease working with JNI
Scala
122
star
27

sbt-jacoco

an sbt plugin for JaCoCo Code Coverage
Scala
122
star
28

sbt-projectmatrix

Scala
114
star
29

sbt-boilerplate

sbt plugin for generating scala.Tuple/Function related boilerplate code
Scala
110
star
30

sbt-proguard

Proguard sbt plugin
Scala
100
star
31

sbt-atmos

sbt plugin for running Typesafe Console in development
Scala
98
star
32

sbt-launcher-package

Packaging for sbt so you can run it.
Scala
90
star
33

sbt-dirty-money

clean Ivy2 cache
Scala
87
star
34

sbt-license-report

Report on licenses used in an sbt project.
Scala
85
star
35

sbt-doge

sbt plugin to aggregate tasks across subprojects and their crossScalaVersions
Scala
78
star
36

sbt-pom-reader

Translates xml -> awesome. Maven-ish support for sbt.
Scala
74
star
37

sbt-aspectj

AspectJ sbt plugin
Scala
73
star
38

sbt-remote-control

Create and manage sbt process using unicorns and forks
Scala
73
star
39

website

The source for scala-sbt.org
Scala
73
star
40

sbt-scalabuff

SBT plugin which generate case classes and support for serialization from Google Protocol Buffer definitions using ScalaBuff
Scala
72
star
41

contraband

http://www.scala-sbt.org/contraband/
Scala
68
star
42

sbt-s3

sbt-s3 is a simple sbt plugin to manipulate objects on Amazon S3
Scala
62
star
43

sbt-multi-jvm

Multi-JVM testing in sbt
Scala
53
star
44

sbt-javaagent

sbt plugin for adding java agents to projects
Scala
51
star
45

sbt-cpd

Copy & Paste Detector plugin using PMD for sbt.
Scala
49
star
46

sbt-findbugs

FindBugs static analysis plugin for sbt.
Scala
47
star
47

sbt-man

Looks up scaladoc.
Scala
46
star
48

sbt-osgi

sbt plugin for creating OSGi bundles
Scala
46
star
49

librarymanagement

librarymanagement module for sbt
Scala
46
star
50

ipcsocket

IPC: Unix Domain Socket and Windows Named Pipes for Java
Java
42
star
51

io

IO module for sbt
Scala
41
star
52

sbt-less

Scala
41
star
53

sbt-js-engine

Support for sbt plugins that use JavaScript
Scala
40
star
54

launcher

The sbt launcher as its own project. Can launch any ivy/maven published project with a main class, with some fancy features.
Scala
40
star
55

sbt-autoversion

Scala
34
star
56

sbt-digest

sbt-web plugin for checksum files
Scala
30
star
57

sbt-jupiter-interface

Implementation of SBT's test interface for JUnit Jupiter
Java
29
star
58

sbt-slash

unified slash syntax for both shell and build.sbt
Scala
29
star
59

sbt-avro

sbt plugin for compiling Avro schemas, similar to sbt-protobuf
Java
26
star
60

sbt-java-formatter

An sbt plugin for formating Java code
Scala
25
star
61

sbt-unique-version

emulates Maven's uniqueVersion snapshots
Scala
24
star
62

sbt-gzip

sbt-web plugin for gzipping assets
Scala
24
star
63

sbt.github.com

See https://github.com/sbt/website for the source
HTML
22
star
64

sbt-duplicates-finder

Find classes and resources conflicts in your build
Scala
22
star
65

sbt-pull-request-validator

Plugin that optimizes pull request validation to only validate sub projects that have changed
Scala
21
star
66

sbt-autoplugin.g8

giter8 template for sbt 0.13.5+ AutoPlugin
Scala
20
star
67

sbt-cucumber

Cucumber plugin for SBT.
Scala
20
star
68

sbt-jcstress

Trust no-one, and especially not memory visibility.
HTML
19
star
69

sbt-sriracha

Scala
18
star
70

adept

adept helps you find, declare, and download dependencies. http://groups.google.com/group/adept-dev/
18
star
71

sbt-mocha

SBT plugin for running mocha JavaScript unit tests on node
Scala
17
star
72

util

util modules for sbt
Scala
15
star
73

sbt-export-repo

exports your dependency graph to a preloaded local repository
Scala
15
star
74

sbt-xjc

SBT plugin to compile an XML Schema with XJC
Scala
14
star
75

sbt-multi-release-jar

Support for JDK9's Multi Release JAR Files (JEP 238)
Scala
14
star
76

sbt-nocomma

sbt-nocomma reduces commas from your build.sbt.
Scala
13
star
77

serialization

serialization facility for sbt
Scala
13
star
78

sbt-core-next

sbt APIs targeted for eventual inclusion in sbt core
Scala
12
star
79

sbt-houserules

House rules for sbt modules.
Scala
12
star
80

sbt-maven-resolver

An sbt plugin to resolve dependencies using Aether
Scala
11
star
81

sbt-pamflet

sbt plugin to run Pamflet (and Pamflet plugin to run sbt)
Scala
11
star
82

sbt-appbundle

A plugin for the simple-build-tool to create an OS X application bundle.
Scala
10
star
83

sbt-sdlc

Scaladoc link checker for sbt
Scala
10
star
84

bintry

your packages, delivered fresh
Scala
10
star
85

sbt-fmpp

FreeMarker Scala/Java Templating Plugin for SBT
Scala
9
star
86

sbt-ynolub

Scala
9
star
87

sbt-testng

Implementation of the sbt testing interface for TestNG, bundled with an sbt plug-in for convenience.
Scala
9
star
88

sbt-concat

sbt-web plugin for concatenating web assets
Scala
8
star
89

sbt-ant

SBT plug-in to call Ant targets from within SBT builds
Scala
7
star
90

sbtn-dist

Shell
6
star
91

sbt-community-plugins

All community plugins that opt into an uber-build
Scala
6
star
92

helloworld-one

An example build for sbt 1.0.0.
Scala
5
star
93

sbt-giter8-resolver

Scala
5
star
94

sbt-vimquit

an sbt plugin that adds :q command.
Scala
4
star
95

sbt-sequential

adds sequential tasks to sbt
Scala
4
star
96

sbt-scalashim

generates sys.error.
Scala
4
star
97

sbt-experimental

Experimental APIs to fix rough edges in sbt
Scala
3
star
98

sbt-web-build-base

Scala
3
star
99

sbt-validator

Builds sbt 1.0.x against recent versions of the sbt modules
Shell
3
star
100

sbt-dbuild

Scala
3
star