In the following, replace the REPO_NAME
value with the natural-language name of your repository, replace REPOSITORY
with the domain name (e.g. repo1.maven.org
) and replace USERNAME
with your repository user.
credentials += {
val Password = """.*password: "([^"]+)".*""".r
var lines: String = ""
val logger = new ProcessLogger {
def info(s: => String) = {}