【发布时间】:2017-06-18 21:04:35
【问题描述】:
在发布我们的插件时,我们得到了这个
[info] Done packaging.
[trace] Stack trace suppressed: run last *:publish for the full output.
[error] (*:publish) java.io.IOException: PUT operation to URL https://nexus.mycompany.com/repository/maven-snapshots/com/foo/foo-sbt-plugin_2.10_0.13/1.0.0-SNAPSHOT/foo-sbt-plugin-1.0.0-SNAPSHOT.pom failed with status code 400: Invalid path for a Maven 2 repository
我们使用
设置插件sbtPlugin := true
publishMavenStyle := true
【问题讨论】:
标签: sbt nexus sbt-plugin