ohnosequences / sbt-s3-resolver

:cloud:Amazon S3-based resolver for sbt
GNU Affero General Public License v3.0
117 stars 29 forks source link

groupIds with dots are not correctly published #39

Closed scravy closed 9 years ago

scravy commented 9 years ago

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.

scravy commented 9 years ago

nevermind, the moment I was hitting the "comment" button I realized I had "withIvyPatterns" lingering around in there O.o