question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can s3-wagon-private be published to maven central?

See original GitHub issue

I’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:closed
  • Created 6 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
danielcomptoncommented, Jan 7, 2018

Thanks for moving this forward. My username is danielcompton in Sonatype JIRA.

Can you explain this one more?

Alternatively, we can abandon this issue to avoid confusion around where the artifact lives.

Do you mean abandon publishing to Maven Central, or something else?

1reaction
rymndhngcommented, Dec 15, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found