Details
-
Publishing Support
-
Resolution: Automatically Closed
-
Major
-
null
-
oss.sonatype.org
-
No
Description
I've successfully uploaded a maven bundle via curl.
curl --basic -u "$ACCOUNT:$PASSWORD" -F "file=@$NAME-$VERSION-bundle.jar" "https://oss.sonatype.org/service/local/staging/bundle_upload
This used to work for years just fine.
$ ls -la .release/1.0/target/jdependency-1.0-bundle.jar -rw-r--r-- 1 tcurdt staff 89150 Mar 8 02:50 .release/1.0/target/jdependency-1.0-bundle.jar $ md5 .release/1.0/target/jdependency-1.0-bundle.jar MD5 (.release/1.0/target/jdependency-1.0-bundle.jar) = 0cd6a58540a6fafbe1ea79453b467c66
But the staging repo just doesn't show up. Instead I see plenty of central_bundles and I don't understand why.
(See the attached screenshots)