Rename name for Apache nexus repo to work with Sonatype
This commit is contained in:
parent
beb13d23ef
commit
4c0219600b
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ object Publish extends AutoPlugin {
|
|||
private def apacheNexusCredentials: Seq[Credentials] =
|
||||
(sys.env.get("NEXUS_USER"), sys.env.get("NEXUS_PW")) match {
|
||||
case (Some(user), Some(password)) =>
|
||||
Seq(Credentials("Apache Nexus Repository Manager", apacheBaseRepo, user, password))
|
||||
Seq(Credentials("Sonatype Nexus Repository Manager", apacheBaseRepo, user, password))
|
||||
case _ =>
|
||||
Seq.empty
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue