oncrpc4j icon indicating copy to clipboard operation
oncrpc4j copied to clipboard

dcache project products are not published in maven central

Open jcalcote opened this issue 1 year ago • 0 comments

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:

<!-- https://mvnrepository.com/artifact/org.dcache/oncrpc4j-core -->
<dependency>
    <groupId>org.dcache</groupId>
    <artifactId>oncrpc4j-core</artifactId>
    <version>3.3.2</version>
</dependency>

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?

jcalcote avatar Sep 27 '24 17:09 jcalcote