4

When publishing our plugin we got this

[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

We set up the plugin using

sbtPlugin := true
publishMavenStyle := true
4

1 回答 1

10

This was fixed by setting the repository Layout Policy to permissive in the nexus admin.

http://nexus.mycompany.com/#admin/repository/repositories:maven-releases http://nexus.mycompany.com/#admin/repository/repositories:maven-snapshots

于 2017-02-01T22:46:13.007 回答