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