Skip to content

sbt plugin to assemble the application and generate start up scripts

Notifications You must be signed in to change notification settings

jestan/sbt-app-assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is sbt-app-assembler

Its a sbt plugin to assemble the application and generate start up scripts

Please note that it a direct copy of akka-sbt-plugin :)

Requirements

sbt 0.12.x

Installation

sbt 0.12.x

Build the plugin in and publish it locally.

Add the following lines to PROJECT_DIR/project/plugin.sbt

addSbtPlugin("hms.sbt.plugin" % "sbt-app-assembler" % "0.1.1")

Inject plugin settings into project in build.sbt:

import SbtAppAssemblerPlugin._

seq(appAssemblerSettings :_*)

appAssemblerMainClass := "your app main class"

appAssemblerJvmOptions := "-Xms1024M -Xmx1024M -Xss1M -XX:MaxPermSize=256M -XX:+UseParallelGC"

Usage

Use 'assemble' sbt task to create the application assembly

About

sbt plugin to assemble the application and generate start up scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages