-
Notifications
You must be signed in to change notification settings - Fork 29
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
dcache project products are not published in maven central #108
Comments
Ok - so the problem is that 3.3.2 is being advertised as the latest version of the oncrpc4j-core module, but that version is not in your own repository - only 3.3.1 is available. Someone just forgot to upload it. |
Usually, we mirror all external dependencies to a local one to able ti build even if central is not available or artifact is removed (yeah we have seen this). Thus, there was ni real need to push to maven central, though we have an account there. I will try to find some time to change that. |
Actually, the packages are available on our repo: https://download.dcache.org/nexus/#browse/browse:releases:org%2Fdcache%2Foncrpc4j-core%2F3.3.2 |
Thanks everyone. |
We've been using the same version of oncrpc4j for some time now. Because of this, we've had the oncrpc4j dependencies we use cached in our local artifact server. Yesterday I went to https://mvnrepository.com/repos/central to find the latest version - the pom file insert for using version 3.3.2 are shown there as:
However, there is (currently) no dcache directory under https://repo.maven.apache.org/maven2/org/ at maven central. There is also no dcache directory under https://repo1.maven.org/maven2/org/.
This must be an oversight. I can build oncrpc4j-core locally and upload the products to my artifact server, but I don't think you intend for users to do this, right?
The text was updated successfully, but these errors were encountered: