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

Maven placeholder is not replaced. #92

Open
arw357 opened this issue Dec 13, 2023 · 3 comments
Open

Maven placeholder is not replaced. #92

arw357 opened this issue Dec 13, 2023 · 3 comments

Comments

@arw357
Copy link

arw357 commented Dec 13, 2023

Having a pom such as this
https://repo1.maven.org/maven2/org/keycloak/keycloak-adapter-core/23.0.0/keycloak-adapter-core-23.0.0.pom

<groupId>org.keycloak</groupId>
     <artifactId>${keycloak.crypto.artifactId}</artifactId>
</dependency>

Will lead to :

(updateLicenses) sbt.librarymanagement.ResolveException: unresolved dependency: org.keycloak#${keycloak.crypto.artifactId};working@company: java.net.URISyntaxException: Illegal character in path at index 64: https://nexus.io/repository/company-central/org/keycloak/${keycloak.crypto.artifactId}/working@company/${keycloak.crypto.artifactId}-working@company.pom
@mdedetrich
Copy link
Contributor

This may be related to #87, tl;dr is that currently sbt-license-report does dependency resolution manually via Ivy which causes problems similar to this. Ideally we would re-use the standard DependencyResolution mechanism (which defaults to coursier) but as you can see from the previously mentioned issue this is currently blocked.

@raboof
Copy link

raboof commented Nov 1, 2024

@arw357 do you see this issue with version 1.6.1 as well? it looks superficially similar to the issue we're seeing in apache/pekko-connectors#879

@arw357
Copy link
Author

arw357 commented Nov 6, 2024

@raboof That's exactly my version. I have the same problem with 1.7.0

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

3 participants