Skip to content

Commit 7f777ff

Browse files
committed
Unhide a few plugins
1 parent bfac5d5 commit 7f777ff

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

src/reference/community-plugins.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ your plugin to the list.
5454
- [sbt-native-image](https://github.com/scalameta/sbt-native-image): generate GraalVM native-image binaries. <!-- 257 stars -->
5555
- [sbt-pgp](https://github.com/sbt/sbt-pgp): sign artifacts using PGP/GPG and
5656
manage signing keys. <!-- 149 stars -->
57+
- [sbt-pack](https://github.com/xerial/sbt-pack): create runnable distributions
58+
for your projects. <!-- 302 stars -->
59+
- [sbt-osgi](https://github.com/sbt/sbt-osgi): create OSGi bundles.
60+
<!-- 32 stars -->
5761

5862
<div style="display: none;">
5963

60-
- [sbt-pack](https://github.com/xerial/sbt-pack): create runnable distributions
61-
for your projects. <!-- 302 stars -->
6264
- [sbt-docker](https://github.com/marcuslonnberg/sbt-docker): create and
6365
push Docker images. <!-- 72 stars -->
6466
- [sbt-aether-deploy](https://github.com/arktekk/sbt-aether-deploy): publish
6567
artefacts using Eclipse Aether. <!-- 59 stars -->
6668
- [sbt-s3](https://github.com/sbt/sbt-s3): manage objects on Amazon S3.
6769
<!-- 36 stars -->
68-
- [sbt-osgi](https://github.com/sbt/sbt-osgi): create OSGi bundles.
69-
<!-- 32 stars -->
7070
- [sbt-github-release](https://github.com/ohnosequences/sbt-github-release):
7171
publish Github releases. <!-- 22 stars -->
7272
- [sbt-hadoop](https://github.com/Tapad/sbt-hadoop-oss): publish artifacts
@@ -105,6 +105,9 @@ your plugin to the list.
105105
- [snapshot4s](https://siriusxm.github.io/snapshot4s/): snapshot testing <!-- 66 stars -->
106106
- [sbt-jupiter-interface](https://github.com/sbt/sbt-jupiter-interface): test interface for JUnit 5. <!-- 35 stars -->
107107
- [test-times-reporter](https://github.com/xuwei-k/test-times-reporter): report slow tests. <!-- 3 stars -->
108+
- [sbt-scalaprops](https://github.com/scalaprops/sbt-scalaprops): scalaprops
109+
property-based testing integration. <!-- 10 stars -->
110+
- [sbt-cached-ci](https://github.com/OlegYch/sbt-cached-ci): Incremental sbt builds for CI environments. <!-- 0 stars -->
108111

109112
<div style="display: none;">
110113

@@ -113,13 +116,10 @@ your plugin to the list.
113116
load-testing using Gatling. <!-- 79 stars -->
114117
- [sbt-multi-jvm](https://github.com/sbt/sbt-multi-jvm): run tests using
115118
multiple JVMs. <!-- 36 stars -->
116-
- [sbt-scalaprops](https://github.com/scalaprops/sbt-scalaprops): scalaprops
117-
property-based testing integration. <!-- 10 stars -->
118119
- [sbt-testng](https://github.com/sbt/sbt-testng): TestNG framework
119120
integration. <!-- 8 stars -->
120121
- [sbt-jcstress](https://github.com/ktoso/sbt-jcstress): Java Concurrency
121122
Stress Test (jcstress) integration. <!-- 8 stars -->
122-
- [sbt-cached-ci](https://github.com/OlegYch/sbt-cached-ci): Incremental sbt builds for CI environments. <!-- 0 stars -->
123123

124124
</div>
125125

@@ -134,17 +134,17 @@ your plugin to the list.
134134
- [sbt-pekko-version-check](https://github.com/philippus/sbt-pekko-version-check): check if the Apache Pekko modules match. <!-- 5 stars -->
135135
- [sbt-jackson-version-check](https://github.com/philippus/sbt-jackson-version-check): check if the Jackson modules match. <!-- 3 stars -->
136136
- [sbt-dependency-rules](https://github.com/evolution-gaming/sbt-dependency-rules-plugin): enforce user-defined rules on project dependencies. <!-- 3 stars -->
137+
- [sbt-updates](https://github.com/rtimush/sbt-updates): list updated versions
138+
of dependencies. <!-- 361 stars -->
139+
- [sbt-dependency-check](https://github.com/nMoncho/sbt-dependency-check):
140+
check dependencies for known vulnerabilities/CVEs. <!-- 25 stars -->
137141

138142
<div style="display: none;">
139143

140-
- [sbt-updates](https://github.com/rtimush/sbt-updates): list updated versions
141-
of dependencies. <!-- 361 stars -->
142144
- [fm-sbt-s3-resolver](https://github.com/frugalmechanic/fm-sbt-s3-resolver):
143145
resolve and publish artefacts using Amazon S3. <!-- 79 stars -->
144146
- [sbt-s3-resolver](https://github.com/ohnosequences/sbt-s3-resolver): resolve
145147
dependencies using Amazon S3. <!-- 73 stars -->
146-
- [sbt-dependency-check](https://github.com/nMoncho/sbt-dependency-check):
147-
check dependencies for known vulnerabilities/CVEs. <!-- 25 stars -->
148148
- [sbt-duplicates-finder](https://github.com/sbt/sbt-duplicates-finder): detect
149149
class and resources conflicting in your project's classpath. <!-- 13 stars -->
150150
- [sbt-google-cloud-storage](https://github.com/lightbend/sbt-google-cloud-storage): resolver and publisher for Google Cloud Storage.
@@ -176,15 +176,15 @@ generate dependency lockfiles and check for changes at build time.
176176
from GraphQL schemas. <!-- 67 stars -->
177177
- [sbt-openapi-generator](https://github.com/OpenAPITools/sbt-openapi-generator): OpenAPI generator.
178178
- [sbt-teavm](https://github.com/sbt-teavm/sbt-teavm): generate JavaScript and WebAssembly from Java bytecode <!-- 11 stars -->
179+
- [sbt-protoc](https://github.com/thesamet/sbt-protoc): protobuf code generator
180+
using protoc. <!-- 35 stars -->
179181

180182
<div style="display: none;">
181183

182184
- [sbt-avro](https://github.com/cavorite/sbt-avro): Apache Avro schema
183185
and protocol generator. <!-- 66 stars -->
184186
- [sbt-aspectj](https://github.com/sbt/sbt-aspectj): AspectJ weaving for sbt.
185187
<!-- 62 stars -->
186-
- [sbt-protoc](https://github.com/thesamet/sbt-protoc): protobuf code generator
187-
using protoc. <!-- 35 stars -->
188188
- [sbt-antlr4](https://github.com/ihji/sbt-antlr4): run ANTLR v4 from sbt.
189189
<!-- 22 stars -->
190190
- [sbt-sql](https://github.com/xerial/sbt-sql): generate model classes from
@@ -227,6 +227,12 @@ generate dependency lockfiles and check for changes at build time.
227227
<!-- 34 stars -->
228228
- [sbt-coffeescript](https://github.com/sbt/sbt-coffeescript): CoffeeScript support.
229229
<!-- 14 stars -->
230+
- [sbt-digest](https://github.com/sbt/sbt-digest): generate checksums of
231+
assets. <!-- 18 stars -->
232+
- [sbt-gzip](https://github.com/sbt/sbt-gzip): gzip compressor for assets.
233+
<!-- 15 stars -->
234+
- [sbt-stylus](https://github.com/sbt/sbt-stylus): Stylus stylesheet compiler.
235+
<!-- 2 stars -->
230236

231237
<div style="display: none;">
232238

@@ -244,15 +250,9 @@ generate dependency lockfiles and check for changes at build time.
244250
UglifyJS. <!-- 22 stars -->
245251
- [sbt-terser](https://github.com/andriimartynov/sbt-terser): JavaScript (ES6+) minifier
246252
using terser. <!-- 0 stars -->
247-
- [sbt-digest](https://github.com/sbt/sbt-digest): generate checksums of
248-
assets. <!-- 18 stars -->
249253
- [sbt-scalatra](https://github.com/scalatra/sbt-scalatra): build and run
250254
Scalatra apps. <!-- 17 stars -->
251255
- [sbt-scala-js-map](https://github.com/ThoughtWorksInc/sbt-scala-js-map): Configure source mapping for Scala.js projects hosted on Github. <!-- 16 stars -->
252-
- [sbt-gzip](https://github.com/sbt/sbt-gzip): gzip compressor for assets.
253-
<!-- 15 stars -->
254-
- [sbt-stylus](https://github.com/sbt/sbt-stylus): Stylus stylesheet compiler.
255-
<!-- 2 stars -->
256256
- [sbt-hepek](https://github.com/sake92/sbt-hepek): Render static websites directly from Scala code.
257257
<!-- 5 stars -->
258258
- [sbt-puresass](https://chiselapp.com/user/twenstar/repository/sbt-puresass): [sbt-web](https://github.com/sbt/sbt-web) plugin for Sass styles compilation.
@@ -319,13 +319,13 @@ generate dependency lockfiles and check for changes at build time.
319319
<!-- 10 stars -->
320320
- [sbt-config](https://github.com/matejcerny/sbt-config): configures subproject via HOCON.
321321
- [sbt-vimquit](https://github.com/sbt/sbt-vimquit): adds `:q` command. <!-- 6 stars -->
322+
- [sbt-conscript](https://github.com/foundweekends/conscript)
323+
([docs](https://www.foundweekends.org/conscript/)): distribute apps using
324+
GitHub and Maven Central. <!-- 467 stars -->
322325

323326
<div style="display: none;">
324327
- [sbt-revolver](https://github.com/spray/sbt-revolver): auto-restart forked
325328
JVMs on update. <!-- 563 stars -->
326-
- [sbt-conscript](https://github.com/foundweekends/conscript)
327-
([docs](https://www.foundweekends.org/conscript/)): distribute apps using
328-
GitHub and Maven Central. <!-- 467 stars -->
329329
- [sbt-errors-summary](https://github.com/Duhemm/sbt-errors-summary): show a
330330
summary of compilation errors. <!-- 145 stars -->
331331
- [sbt-groll](https://github.com/sbt/sbt-groll): navigate git history inside
@@ -365,6 +365,8 @@ generate dependency lockfiles and check for changes at build time.
365365
- [sbt-class-diagram](https://github.com/xuwei-k/sbt-class-diagram): generate
366366
class diagrams from Scala source code. <!-- 100 stars -->
367367
- [sbt-plantuml](https://github.com/cheleb/sbt-plantuml): generate PlantUML diagram.
368+
- [sbt-api-mappings](https://github.com/ThoughtWorksInc/sbt-api-mappings):
369+
generate Scaladoc `apiMappings` for common Scala libraries. <!-- 49 stars -->
368370

369371
<div style="display: none;">
370372

@@ -379,8 +381,6 @@ generate dependency lockfiles and check for changes at build time.
379381
and publish microsites using Jekyll. <!-- 125 stars -->
380382
- [sbt-ghpages](https://github.com/sbt/sbt-ghpages): publish generated
381383
sites to GitHub pages. <!-- 71 stars -->
382-
- [sbt-api-mappings](https://github.com/ThoughtWorksInc/sbt-api-mappings):
383-
generate Scaladoc `apiMappings` for common Scala libraries. <!-- 49 stars -->
384384
- [literator](https://github.com/laughedelic/literator):
385385
generate literate-style markdown docs from your sources. <!-- 33 stars -->
386386
- [sbt-example](https://github.com/ThoughtWorksInc/sbt-example): generate ScalaTest test suites from examples in Scaladoc. <!-- 17 stars -->

0 commit comments

Comments
 (0)