Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong artifactId in generated pom.xml when publishing to maven repositories #290

Open
domdorn opened this issue Apr 25, 2021 · 0 comments
Open

Comments

@domdorn
Copy link

domdorn commented Apr 25, 2021

This came up when we tried to make sbt download all our dependencies through JFrog Artifactory on the example of sbt-spotless ( moznion/sbt-spotless#29 )
Long Story short: The generated pom.xml does not include sbt-versions + scala-versions in the artifactId.
E.g. the artifactId is sbt-release instead of sbt-release_2.12_1.0

This results in Artifactory blocking the download which in turn results in failing to download the whole plugin in sbt.
This in turn results in being unable to use the plugin in a corporate environment where all dependencies need to be resolved through the central dependency proxy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant