-
I am defining settings to be shared among multiple separate SBT projects in a custom plugin. That plugin sets up an S3 repository so that the other projects don't need to.
The custom plugin itself …
-
Hi everyone,
I have a project which does not have a build.sbt, instead there is a BuildSettings.scala file.
I am trying to enable the scapegoat plugin in there and facing issues while doing so.
Her…
-
I tried the sbt-test-shards plugin on our project and it does not work well for multi-module projects.
From what I observed, imagine your `root` project is an aggregation of sub-projects.
When `test…
-
The OpenSearch project publishes all of the opensearch modules and Opensearch-project-provided plugins to [maven central](https://mvnrepository.com/artifact/org.opensearch.plugin/neural-search/2.15.0.…
-
Current `sbt` plugin will output code into a package equal to the organization name of the sbt project. This value should be overridable by the end user.
See https://github.com/lagom/sbt-lagom-desc…
-
After adding plugin to build.sbt, sbt loaded sbt-onejar but then complained "one-jar" is not a valid command???
```c:\scala\db>sbt
Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=2…
-
The sbt documentation [says](http://www.scala-sbt.org/0.13.2/docs/Howto/generatefiles.html):
> A source generation task should generate sources in a subdirectory of sourceManaged
This works fine for…
-
_(Sorry, wanted to file this under sbt-release actually. But it could have to do with SBT core as well I guess.. maybe somebody can comment. Thanks.)_
While trying to customize my release process, I …
-
I am importing sbt-osgi to my project using the git link in my local project's plugins.sbt file.
Here are the contents of my plugins.sbt file:
```
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse…
-
## steps
build.sbt (saved in UTF-8)
```
lazy val enctest = taskKey[Unit]("")
enctest := {
println("テスト")
sLog.value.info("テスト")
}
```
and run `sbt enctest`.
## problem
Here …