Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I accidentally uploaded an artifact to the central maven repository while intending to upload it to our corporate repository. Based on the mvn command output the upload was successful. How can i search the central maven repository (http://repo1.maven.org/maven2) to verify if the artifact has in fact been uploaded (i am searching on http://search.maven.org and cannot find the artifact) ?

Does it take some time to re-index the central repository before new artifacts can be found ?

If the artifact has been uploaded is there a process for getting the artifact out of the central repository ?

Thanks

share|improve this question
I don't believe that you directly deployed into Maven Central. Do you have an account on oss.sonatype.org ? If yes you might have deployed into a staging repository which you have to manually acknowledge and close to get it transported into Maven Central. – khmarbaise Jun 28 '12 at 17:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.