Skip to content

A minimal example of using SBT, native packaging and sub-projects

Notifications You must be signed in to change notification settings

davidmweber/MIRV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIRV

A minimal example of using SBT, native packaging and sub-projects. Builds are pretty straight forward:

# Compile and test everything
sbt test
# Run just the server
sbt server/run
# Run the client
sbt client/run
# Build Debian packages (requires fakeroot to be installed)
sbt debian:packageBin

The deb files will be in client/target and server/target.

Helpful links

  1. SBT native packager documentation
  2. Multiproject packaging Stack Overflow answer

About

A minimal example of using SBT, native packaging and sub-projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages