We are having a private artifact we want to publish to S3 which has a group id like "com.example" and an artifact id "artifact" and version "0.0.1".
When publishing it creates "com.example/artifact_2.11/0.0.1" but when resolving it looks for "com/example/artifact_2.11/0.0.1". Note that in the latter the dot was turned into a directory separator, whereas when publishing that did not happen.
We are having a private artifact we want to publish to S3 which has a group id like "com.example" and an artifact id "artifact" and version "0.0.1".
When publishing it creates "com.example/artifact_2.11/0.0.1" but when resolving it looks for "com/example/artifact_2.11/0.0.1". Note that in the latter the dot was turned into a directory separator, whereas when publishing that did not happen.
Bummer.
We are using version 0.13.1 of the plugin.