Home
last modified time | relevance | path

Searched refs:sbt (Results 1 – 25 of 1247) sorted by relevance

12345678910>>...50

/dports/shells/fish/fish-3.3.1/share/completions/
H A Dsbt.fish12 complete -c sbt -f -a '(string split "\n" "
51 complete -c sbt -o sbt-create -f -d "Launch even if there's no sbt project"
53 complete -c sbt -o no-global -f -d "Use global caches, but not global ~/.sbt directory"
57 complete -c sbt -o sbt-dir -d "Specify path to global settings/plugins" -r # path
58 complete -c sbt -o sbt-boot -d "Specify path to shared boot directory" -r # path
63 # sbt version
64 complete -c sbt -o sbt-version -d "Use specified version of sbt" -x -a '0.13.(seq 0 6)\t"" 1.0.0\t"…
65 complete -c sbt -o sbt-jar -d "Use specified jar as the sbt launcher" -r # jar path
66 complete -c sbt -o sbt-rc -d "Use an RC version of sbt" -f
67 complete -c sbt -o sbt-snapshot -d "Use a snapshot version of sbt" -f
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/sbt/
H A DREADME.md1 # sbt plugin
3 This plugin adds completion for the [sbt, the interactive build tool](https://scala-sbt.org/),
4 as well as some aliases for common sbt commands.
6 To use it, add `sbt` to the plugins array in your zshrc file:
9 plugins=(... sbt)
16 | sbc | `sbt compile` | Compiles the main sources |
17 | sbcln | `sbt clean` | Deletes all generated files |
18 | sbcc | `sbt clean compile` | Deletes generated files, compiles the main sources |
19 | sbco | `sbt console` | Starts Scala with the compiled sources and all dependencies |
20 | sbcq | `sbt consoleQuick` | Starts Scala with all dependencies |
[all …]
H A Dsbt.plugin.zsh9 alias sbc='sbt compile'
11 alias sbco='sbt console'
13 alias sbcln='sbt clean'
15 alias sbd='sbt doc'
17 alias sbdi='sbt dist'
18 alias sbgi='sbt genIdea'
19 alias sbp='sbt publish'
21 alias sbr='sbt run'
22 alias sbrm='sbt runMain'
23 alias sbu='sbt update'
[all …]
H A D_sbt1 #compdef sbt
36 '(-debug)-d[set sbt log level to debug]' \
37 '(-d)-debug[set sbt log level to debug]' \
39 '-sbt-create[start even if current dir contains no sbt project]' \
40 '-sbt-dir[path to global settings/plugins dir (default: ~/.sbt)]' \
41 '-sbt-boot[path to shared boot dir (default: ~/.sbt/boot)]' \
48 '-sbt-version[use the specified version of sbt]' \
49 '-sbt-jar[use the specified jar as the sbt launcher]' \
50 '(-sbt-snapshot)-sbt-rc[use an RC version of sbt]' \
51 '(-sbt-rc)-sbt-snapshot[use a snapshot version of sbt]' \
[all …]
/dports/archivers/snappy-java/repository/cache/org.scala-sbt/sbt/
H A Divydata-1.2.8.properties1 #ivy cached data file for org.scala-sbt#sbt;1.2.8
3 resolver=sbt-chain
4 artifact\:sbt\#pom.original\#pom\#315530186.location=https\://repo1.maven.org/maven2/org/scala-sbt/
6 artifact\:sbt\#pom.original\#pom\#315530186.exists=true
7 artifact\:sbt\#jar\#jar\#-1337032476.exists=true
9 artifact\:sbt\#jar\#jar\#-1337032476.is-local=false
10 artifact\:sbt\#pom.original\#pom\#315530186.is-local=false
11 …vy\#xml\#-1349747748.location=https\://repo1.maven.org/maven2/org/scala-sbt/sbt/1.2.8/sbt-1.2.8.pom
12 artifact\:sbt\#jar\#jar\#-1337032476.location=https\://repo1.maven.org/maven2/org/scala-sbt/sbt/1.2…
/dports/devel/coursier/coursier-1.1.0-M12/doc/docs/
H A Dsbt-coursier.md2 title: sbt-coursier
5 `sbt-coursier` ensures one's dependencies are fetched via coursier rather
6 than by sbt itself, that relies on its own custom version of Ivy. When
7sbt plugins. Note that sbt-coursier itself is still fetched by sbt. Also note that the JARs of sbt
9 It currently requires sbt 1.x. See
11 for sbt 0.13.x.
24 Directly add sbt-coursier to `project/plugins.sbt`, with
31 Add sbt-coursier in the meta-build, by adding the following to `project/project/plugins.sbt`,
36 This will use sbt-coursier to fetch sbt plugins from `project/*.sbt`. Then add sbt-coursier along t…
37 plugins by adding the following to `project/plugins.sbt`,
[all …]
H A Dsbt-pgp-coursier.md2 title: sbt-pgp-coursier
5 …eant to be used in conjunction with [sbt-pgp](https://github.com/sbt/sbt-pgp). [sbt-pgp](https://g…
6 the PGP keys of your dependencies. sbt-pgp-coursier ensures coursier is used
12 Add sbt-pgp-coursier to `project/plugins.sbt`, with
14 @PLUGIN_EXTRA_SBT@addSbtPlugin("io.get-coursier" % "sbt-pgp-coursier" % "@PLUGIN_VERSION@")
19 Running the `checkPgpSignatures` from [sbt-pgp](https://github.com/sbt/sbt-pgp) then relies on cour…
22 $ sbt checkPgpSignatures
H A Dquick-start-sbt.md2 title: sbt plugin
5 Enable the sbt plugin by adding
7 @PLUGIN_EXTRA_SBT@addSbtPlugin("io.get-coursier" % "sbt-coursier" % "@PLUGIN_VERSION@")
10 - to the `project/plugins.sbt` file of an sbt project, or
11 - to `~/.sbt/1.0/plugins/build.sbt` (globally, not recommended).
13 See [the dedicated page](sbt-coursier.md) for more details.
15 The sbt plugin only supports sbt 1.x. See the
17 of coursier for sbt 0.13.x support.
/dports/archivers/snappy-java/repository/cache/scala_2.12/sbt_1.0/com.github.sbt/sbt-findbugs/
H A Divydata-2.0.0.properties1 #ivy cached data file for com.github.sbt#sbt-findbugs;2.0.0
5sbt-findbugs\#jar\#jar\#-1962814449.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-relea…
6 resolver=sbt-chain
7 …ivy\#xml\#-58913980.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.s…
9 …al\#xml\#1375511379.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.s…
10 artifact\:sbt-findbugs\#jar\#jar\#-1962814449.is-local=false
11 artifact\:sbt-findbugs\#jar\#jar\#-1962814449.exists=true
/dports/archivers/snappy-java/repository/cache/scala_2.12/sbt_1.0/com.github.sbt/sbt-jacoco/
H A Divydata-3.1.0.properties1 #ivy cached data file for com.github.sbt#sbt-jacoco;3.1.0
4 artifact\:sbt-jacoco\#jar\#jar\#1648124830.exists=true
5 resolver=sbt-chain
6 …ivy\#xml\#278601236.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.s…
7 artifact\:sbt-jacoco\#jar\#jar\#1648124830.is-local=false
8 …al\#xml\#1713026595.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.s…
12sbt-jacoco\#jar\#jar\#1648124830.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-releases…
/dports/archivers/snappy-java/repository/cache/scala_2.12/sbt_1.0/com.typesafe.sbt/sbt-osgi/
H A Divydata-0.9.4.properties1 #ivy cached data file for com.typesafe.sbt#sbt-osgi;0.9.4
3 …y\#xml\#-802990105.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.
4 resolver=sbt-chain
5 …al\#xml\#631435254.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.
6sbt-osgi\#jar\#jar\#-1900912752.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/…
10 artifact\:sbt-osgi\#jar\#jar\#-1900912752.exists=true
12 artifact\:sbt-osgi\#jar\#jar\#-1900912752.is-local=false
/dports/archivers/snappy-java/repository/cache/scala_2.12/sbt_1.0/org.xerial.sbt/sbt-sonatype/
H A Divydata-2.3.properties1 #ivy cached data file for org.xerial.sbt#sbt-sonatype;2.3
3 artifact\:sbt-sonatype\#pom.original\#pom\#1999722407.location=https\://repo1.maven.org/maven2/org/…
4 resolver=sbt-chain
5 artifact\:sbt-sonatype\#jar\#jar\#347159745.location=https\://repo1.maven.org/maven2/org/xerial/sbt
7 …1803917.location=https\://repo1.maven.org/maven2/org/xerial/sbt/sbt-sonatype_2.12_1.0/2.3/sbt-sona…
8 artifact\:sbt-sonatype\#jar\#jar\#347159745.exists=true
9 artifact\:sbt-sonatype\#pom.original\#pom\#1999722407.exists=true
10 artifact\:sbt-sonatype\#jar\#jar\#347159745.is-local=false
12 artifact\:sbt-sonatype\#pom.original\#pom\#1999722407.is-local=false
/dports/archivers/snappy-java/repository/cache/org.scala-sbt/scripted-sbt-redux_2.12/
H A Divydata-1.2.8.properties1 #ivy cached data file for org.scala-sbt#scripted-sbt-redux_2.12;1.2.8
3 …ted-sbt-redux_2.12\#pom.original\#pom\#-1458812972.location=https\://repo1.maven.org/maven2/org/sc…
4 …2.location=https\://repo1.maven.org/maven2/org/scala-sbt/scripted-sbt-redux_2.12/1.2.8/scripted-sb…
6 artifact\:scripted-sbt-redux_2.12\#jar\#jar\#1183591662.exists=true
7 resolver=sbt-chain
8 …scripted-sbt-redux_2.12\#jar\#jar\#1183591662.location=https\://repo1.maven.org/maven2/org/scala-s…
9 artifact\:scripted-sbt-redux_2.12\#pom.original\#pom\#-1458812972.exists=true
10 artifact\:scripted-sbt-redux_2.12\#pom.original\#pom\#-1458812972.is-local=false
12 artifact\:scripted-sbt-redux_2.12\#jar\#jar\#1183591662.is-local=false
/dports/devel/coursier/coursier-1.1.0-M12/project/
H A Dplugins.sbt3 "com.geirsson" % "sbt-ci-release" % "1.2.1",
4 "org.scala-sbt" % "sbt-contraband" % "0.4.3",
5 "io.get-coursier" % "sbt-coursier" % sbtCoursierVersion,
6 "pl.project13.scala" % "sbt-jmh" % "0.3.4",
7 "com.typesafe" % "sbt-mima-plugin" % "0.3.0",
8 "org.xerial.sbt" % "sbt-pack" % "0.11",
9 "com.lightbend.sbt" % "sbt-proguard" % "0.3.0",
10 "org.scala-js" % "sbt-scalajs" % "0.6.26",
11 "ch.epfl.scala" % "sbt-scalajs-bundler" % "0.13.1",
12 "org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0",
[all …]
/dports/devel/coursier/coursier-1.1.0-M12/
H A Dappveyor.yml1 # Adapted from https://github.com/sbt/sbt-native-packager/blob/master/appveyor.yml
7 if (!(Test-Path -Path "C:\sbt" )) {
9 'https://dl.bintray.com/sbt/native-packages/sbt/0.13.8/sbt-0.13.8.zip',
10 'C:\sbt-bin.zip'
12 [System.IO.Compression.ZipFile]::ExtractToDirectory("C:\sbt-bin.zip", "C:\sbt")
15 - cmd: SET PATH=C:\sbt\sbt\bin;%JAVA_HOME%\bin;%PATH%
26 - sbt cli/pack
34 - sbt scala213 testsJVM/test
35 - sbt scala212 testsJVM/test
36 - sbt scala213 testsJVM/it:test
[all …]
/dports/archivers/snappy-java/repository/cache/scala_2.12/sbt_1.0/com.github.gseitz/sbt-release/
H A Divydata-1.0.11.properties1 #ivy cached data file for com.github.gseitz#sbt-release;1.0.11
3 resolver=sbt-chain
5 …\#xml\#-569563531.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.gse…
7 artifact\:sbt-release\#jar\#jar\#-404674649.is-local=false
8 …l\#xml\#864861828.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.gse…
11sbt-release\#jar\#jar\#-404674649.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-release…
12 artifact\:sbt-release\#jar\#jar\#-404674649.exists=true
/dports/archivers/snappy-java/repository/cache/scala_2.12/sbt_1.0/com.jsuereth/sbt-pgp/
H A Divydata-2.0.0-M2.properties1 #ivy cached data file for com.jsuereth#sbt-pgp;2.0.0-M2
4 artifact\:sbt-pgp\#jar\#jar\#-666217012.is-local=false
5 resolver=sbt-chain
7sbt-pgp\#jar\#jar\#-666217012.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/co…
8 …nal\#xml\#1079646503.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.jsueret…
9 artifact\:sbt-pgp\#jar\#jar\#-666217012.exists=true
10 …ivy\#xml\#-354778856.location=https\://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.jsueret…
/dports/devel/spark/spark-2.1.1/build/
H A Dsbt50 . "$(dirname "$(realpath "$0")")"/sbt-launch-lib.bash
63 -d | -debug set sbt log level to debug
65 -sbt-create start sbt even if current directory contains no sbt project
66 -sbt-dir <path> path to global settings/plugins directory (default: ~/.sbt)
67 -sbt-boot <path> path to shared boot directory (default: ~/.sbt/boot in 0.11 series)
76 -sbt-version <version> use the specified version of sbt
77 -sbt-jar <path> use the specified jar as the sbt launcher
78 -sbt-rc use an RC version of sbt
79 -sbt-snapshot use a snapshot version of sbt
89 /etc/sbt/sbtopts if this file exists, it is prepended to the runner args
[all …]
/dports/archivers/snappy-java/repository/cache/scala_2.12/sbt_1.0/com.geirsson/sbt-scalafmt/
H A Divydata-1.5.1.properties1 #ivy cached data file for com.geirsson#sbt-scalafmt;1.5.1
3 artifact\:sbt-scalafmt\#pom.original\#pom\#-160979829.is-local=false
4 …179746.location=https\://repo1.maven.org/maven2/com/geirsson/sbt-scalafmt_2.12_1.0/1.5.1/sbt-scala…
6 artifact\:sbt-scalafmt\#jar\#jar\#339578404.is-local=false
7 resolver=sbt-chain
8 artifact\:sbt-scalafmt\#pom.original\#pom\#-160979829.location=https\://repo1.maven.org/maven2/com/…
9 artifact\:sbt-scalafmt\#pom.original\#pom\#-160979829.exists=true
10 artifact\:sbt-scalafmt\#jar\#jar\#339578404.location=https\://repo1.maven.org/maven2/com/geirsson/s…
12 artifact\:sbt-scalafmt\#jar\#jar\#339578404.exists=true
/dports/archivers/snappy-java/snappy-java-1.1.7.5/project/
H A Dplugins.sbt1 addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
2 addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
3 addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2")
4 addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
5 addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.1.0")
6 addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
7 addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
/dports/archivers/snappy-java/repository/cache/org.scala-sbt.ivy/ivy/
H A Divydata-2.3.0-sbt-cb9cc189e9f3af519f9f102e6c5d446488ff6832.properties1 #ivy cached data file for org.scala-sbt.ivy#ivy;2.3.0-sbt-cb9cc189e9f3af519f9f102e6c5d446488ff6832
3 resolver=sbt-chain
4 …s\://repo1.maven.org/maven2/org/scala-sbt/ivy/ivy/2.3.0-sbt-cb9cc189e9f3af519f9f102e6c5d446488ff68…
10 …s\://repo1.maven.org/maven2/org/scala-sbt/ivy/ivy/2.3.0-sbt-cb9cc189e9f3af519f9f102e6c5d446488ff68…
11 …s\://repo1.maven.org/maven2/org/scala-sbt/ivy/ivy/2.3.0-sbt-cb9cc189e9f3af519f9f102e6c5d446488ff68…
/dports/devel/spark/spark-2.1.1/project/
H A Dplugins.sbt1 addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")
5 addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
7 addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
9 addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.11")
13 addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")
15 addSbtPlugin("com.cavorite" % "sbt-avro" % "0.3.2")
17 addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0")
23 addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.11")
26 // related to test-jar dependencies (https://github.com/sbt/sbt-pom-reader/pull/14). The source for
27 // this fork is published at https://github.com/JoshRosen/sbt-pom-reader/tree/v1.0.0-spark
[all …]
/dports/shells/zsh-completions/zsh-completions-0.33.0/src/
H A D_sbt1 #compdef sbt
31 # Completion script for sbt 0.12+ (http://scala-sbt.org).
73 '(-debug)-d[set sbt log level to debug]' \
74 '(-d)-debug[set sbt log level to debug]' \
76 '-sbt-create[start even if current dir contains no sbt project]' \
77 '-sbt-dir[path to global settings/plugins dir (default: ~/.sbt)]' \
78 '-sbt-boot[path to shared boot dir (default: ~/.sbt/boot)]' \
85 '-sbt-version[use the specified version of sbt]' \
86 '-sbt-jar[use the specified jar as the sbt launcher]' \
87 '(-sbt-snapshot)-sbt-rc[use an RC version of sbt]' \
[all …]
/dports/devel/sbt/sbt/bin/
H A Dsbt411 init_sbt_version="$(ls -1 "$source_preloaded/org/scala-sbt/sbt/")"
541 --numeric-version print the numeric sbt version (sbt sbtVersion)
554 --sbt-create start sbt even if current directory contains no sbt project
555 --sbt-dir <path> path to global settings/plugins directory (default: ~/.sbt)
556 --sbt-boot <path> path to shared boot directory (default: ~/.sbt/boot in 0.11 series)
566 --sbt-version <version> use the specified version of sbt
567 --sbt-jar <path> use the specified jar as the sbt launcher
642 …-sbt-dir|--sbt-dir) require_arg path "$1" "$2" && options=( "${options[@]}" "-Dsbt.global.base=$2"…
669 -sbt-jar|--sbt-jar) require_arg path "$1" "$2" && sbt_jar="$2" && shift 2 ;;
670 -sbt-cache|--sbt-cache) require_arg path "$1" "$2" &&
[all …]
/dports/devel/sbt/sbt/conf/
H A Dsbtopts10 # Starts sbt even if the current directory contains no sbt project.
12 -sbt-create
14 # Path to global settings/plugins directory (default: ~/.sbt)
16 #-sbt-dir /etc/sbt
18 # Path to shared boot directory (default: ~/.sbt/boot in 0.11 series)
20 #-sbt-boot ~/.sbt/boot
39 #-sbt-version 0.11.3

12345678910>>...50