Top "Sbt" questions

sbt is an open source build tool for Scala and Java projects, similar to Java's Maven or Ant.

What does sbt-native-packager's docker:publishLocal do?

The docs say: To build an image and store it in the local Docker server, use docker:publishLocal I'm just …

sbt docker sbt-native-packager
How can colored terminal output be disabled for sbt/play?

I would like to disable the color escape codes logged from sbt/play. Is this possible? And if it is, …

scala playframework sbt
exiting the repl console with a background process

How do you exit from the repl console in sbt with a background process running? The following hangs: $ sbt > …

scala sbt read-eval-print-loop
How to run an existing Scala project using VS Code and Metals?

I am brand new to Scala and I find that Scala IDE is very slow on my machine for basic …

scala visual-studio-code sbt scala-ide scala-metals
sbt: publish to corporate Nexus repository unauthorized

Quick resolution The required credential expects the exact realm as defined by nexus. See below how to find the one …

scala maven sbt ivy nexus
How to build a simple war file with sbt?

I'm trying to make a webapp using Scala and Apache Wicket and am not sure how to structure my project …

scala web-applications war sbt
(Spark) object {name} is not a member of package org.apache.spark.ml

I'm trying to run self-contained application using scala on apache spark based on example here: http://spark.apache.org/docs/…

scala apache-spark sbt apache-spark-mllib
Installing sbteclipse

i have problems top use sbteclipse What I have done: went to my global sbt folder. created a plugins folder …

eclipse scala sbt sbteclipse
SBT project for java executable jar

What is the best way to set the target package for an SBT project to be an executable jar file? …

scala executable-jar sbt
sbt command not found

I am installing sbt in my cloudera distribution. I have downloaded sbt.0.13.15 Moved file to /usr/local Then I had …

scala sbt sbteclipse