e2e-tests: Tell how to remove sbt credentials warning

Change-Id: Ie11deeeb1a947889c21585b4918cf21dd23a2975
This commit is contained in:
Marco Miller 2020-01-30 11:44:27 -05:00
parent cf4985ac38
commit 0499d24357

View File

@ -35,6 +35,16 @@ version of Scala is automatically used by `sbt` while building:
sbt compile
----
The following warning, if present when executing `sbt` commands, can be removed by creating the
link:https://www.scala-sbt.org/1.x/docs/Using-Sonatype.html#step+3%3A+Credentials[related credentials file]
locally. Dummy values for `user` and `password` in that file can be used initially. Notice the
plural form for the file name, expected by the warning (below), compared to the one from that linked
example which is singular.
----
[warn] Credentials file ~/.sbt/sonatype_credentials does not exist
----
==== Setup
If you are running SSH commands, the private keys of the users used for testing need to go in