-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Remove the promoted releases repo and functionality #415
Comments
Or, investigate using the promoted feature as an avenue for pushing artifacts in to maven central. That would mean additional requirements for the release (signed -source and -javadoc jars, for one), and would require jumping through the hoops to become an org that can sync to central. http://central.sonatype.org/pages/producers.html#large-organizationsforges-repository-sync |
After giving this some more thought, I think we should do away with
Since the releases repo was created, the "classic" repo has become For requiring signed artifacts, the promotion process verifies that For the metadata, I think it might be useful to provide a report div For snapshots, since we don't require all transitive deps to be in the |
This is the first step in disabling promotion permanently. see #415
The clojars section is out of date - clojars no longer has promotion to a releases repo, so no longer needs to store the user's public key. See clojars/clojars-web#415.
Possibly drop it, as very few people use it, and it leads to confusion about what promotion means.
The text was updated successfully, but these errors were encountered: