2017-06-09 82 views
1
[error] (*:publish) java.io.IOException: PUT operation to URL http://corporate.nexus:8081/repository/snapshots/service/local/staging/deploy/1.0/foo-1.0.pom failed with status code 503: Service Unavailable [error] Total time: 23 s, completed Jun 9, 2017 12:09:15 PM 

我在尝试使用sbt发布将我的jar发布到我的nexus存储库时出现此错误3.13 maven回购。如何配置sbt发布到私人nexus maven回购?

我在build.sbt

publishTo := { 
val nexus = "http://corporate.nexus:8081/repository/snapshots/" 
    if (isSnapshot.value) 
    Some("snapshots" at nexus + "content/repositories/snapshots") 
    else 
    Some("releases" at nexus + "service/local/staging/deploy/maven2") 
} 

credentials += Credentials("Nexus Repository Manager", "corporate.nexus:8081/", "admin", "admin123") 

publishMavenStyle := true 

我能够推动使用maven 2罐下面的配置[MVN部署:部署文件。但不是mvn 3.

回答

0

Nexus的领域名称必须完全是“Sonatype Nexus Repository Manager”区分大小写。不确定在哪里可以找到Nexus的确切名称,以及每个版本的版本有所不同。这是用于Nexus 3.