Skip to content

Instantly share code, notes, and snippets.

@youhei
Created July 15, 2011 09:18
Show Gist options
  • Select an option

  • Save youhei/1084374 to your computer and use it in GitHub Desktop.

Select an option

Save youhei/1084374 to your computer and use it in GitHub Desktop.
generate war-package on sbt publish
seq(webSettings :_*)
addArtifact(Artifact("artifactId", "war", "war"), packageWar)
publishArtifact in packageBin := false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment