Can s3-wagon-private be published to maven central?
See original GitHub issueI’m wondering what it takes to get this up on maven central. We’ve found this tremendously useful for Java projects as well. I suppose it doesn’t change a whole lot other than improving discoverability perhaps and also removing the need to add this to the pom.xml
.
<pluginRepositories>
<pluginRepository>
<id>clojars.org</id>
<name>Clojars Repository</name>
<url>http://clojars.org/repo</url>
</pluginRepository>
</pluginRepositories>
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Maven – Guide to uploading artifacts to the Central Repository
releases: Only releases can be uploaded to the Central Repository, that means files that won't change and that only depend on other files...
Read more >S3-wagon-private - GitHub
A Maven wagon for storing dependencies in a private bucket - GitHub ... to publish to a private bucket --> <distributionManagement> <repository> ...
Read more >How to Publish Artifacts to Maven Central - DZone
The first thing to do is to make sure that your groupId matches a domain that you own or, alternatively, the domain that...
Read more >How to publish artifacts on maven central - 10Pines | Blog
1. Get a user on Sonatype.org ... Only users who own a groupId are allowed to publish artifact with that groupId, so you'll...
Read more >Group: S3 Wagon Private - Maven Repository
s3-wagon-private » s3-wagon-privateApache. Deploy and consume artifacts in private S3 repositories. Last Release on Nov 11, 2021 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for moving this forward. My username is
danielcompton
in Sonatype JIRA.Can you explain this one more?
Do you mean abandon publishing to Maven Central, or something else?
I don’t have an idea of what’s involved but I can definitely start looking at what may be needed to get this done. Does this look like the right place to start? http://central.sonatype.org/pages/requirements.html