$ gpg -ab MyArtifact-1.0.0-beta1.pom
2. Generate a bundle jar file to upload
$ jar -cvf bundle.jar *
(Or list each file individually, don't forget the .asc files)
3. Log in to
oss.sonatype.org and go to Staging Upload under Build Promotion on the left. Select Artifact Bundle from the drop down and select the bundle you just created and upload.
4. If all goes well, you should see a new repository listed under Staging Repositories. The activity tab should show the rules that were run through and any errors. If there were no errors the repository should have auto closed. You can then select it and choose release. It takes a couple hours for the artifacts to be pulled into Maven Central, but they should be visible in
https://oss.sonatype.org/content/repositories/releases/ immediately.
Not a long term automated solution, but it worked for me today.
Hope this helps,
-a