We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我们本地自建有一个nexus私服,3.0.2版本的. 直接配置私服到.sbt/repositories的话,是可以的.就是有个问题,对snapshot的支持很不好. 如果有更新的话,经常需要删除依赖,删除本地包,然后再引入依赖,才能重新下载最新包. 所以看到repox的时候,就尝试了一下. 现在的问题是,如果parameters里面的extraResources配置的maven库包含了我们自己的包的话,是没有问题的,可以下到.但是如果不包含的话,就会报404. 现在基本上都报了404. Invalid request HEAD /com/xxx/xxx-api/1.1.0-SNAPSHOT/xxx-api-1.1.0-20161129.072336-4.pom. 404. 居然能找到最新的pom,但是就是报了404,不知道是什么问题?
The text was updated successfully, but these errors were encountered:
repox 目前对 snapshot 是不支持的。可以把你们的 nexus 私服加到 .sbt/repositories 中与 repox 平行使用。
Sorry, something went wrong.
No branches or pull requests
我们本地自建有一个nexus私服,3.0.2版本的.
直接配置私服到.sbt/repositories的话,是可以的.就是有个问题,对snapshot的支持很不好.
如果有更新的话,经常需要删除依赖,删除本地包,然后再引入依赖,才能重新下载最新包.
所以看到repox的时候,就尝试了一下.
现在的问题是,如果parameters里面的extraResources配置的maven库包含了我们自己的包的话,是没有问题的,可以下到.但是如果不包含的话,就会报404.
现在基本上都报了404.
Invalid request HEAD /com/xxx/xxx-api/1.1.0-SNAPSHOT/xxx-api-1.1.0-20161129.072336-4.pom. 404.
居然能找到最新的pom,但是就是报了404,不知道是什么问题?
The text was updated successfully, but these errors were encountered: