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

[swagger-codegen-cli] build failure could not resolve dependencies #7483

Closed
crhistianramirez opened this issue Jan 24, 2018 · 2 comments
Closed

Comments

@crhistianramirez
Copy link

crhistianramirez commented Jan 24, 2018

Description

Error Output:
Could not resolve dependencies for project io.swagger:swagger-codegen-cli:jar:3.0.0-rc0: Failure to find io.swagger:swagger-codegen-generators:jar:1.0.0-rc0 in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced

Swagger-codegen version

3.0.0

Steps to reproduce

Enter the following terminal command while in root directory

cd modules/swagger-codegen-cli
mvn clean package
@crhistianramirez
Copy link
Author

So it looks like it's trying to get version 3.0.0.-rc0 from here:
https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli

but the most recent available version is 3.0.0-SNAPSHOT/

@HugoMario
Copy link
Contributor

This issue is already fixed but please let me know if it's still present.

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

2 participants