summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/pages/2 - Configuring Mill.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/pages/2 - Configuring Mill.md b/docs/pages/2 - Configuring Mill.md
index f5a4a24e..dbcbcee4 100644
--- a/docs/pages/2 - Configuring Mill.md
+++ b/docs/pages/2 - Configuring Mill.md
@@ -60,6 +60,9 @@ dependencies; for Java dependencies you would use a single `:` e.g.
against the full Scala version (eg. `2.12.4` instead of just `2.12`),
you can use `:::` as in `ivy"org.scalamacros:::paradise:2.1.1"`.
+To select the test-jars from a dependency use the following syntax:
+`ivy"org.apache.spark::spark-sql:2.4.0;classifier=tests`.
+
By default these are resolved from maven central, but you can add your own
resolvers by overriding the `repositories` definition in the module: