Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.5.1Release
-
Component/s: Build and distribution
-
Labels:None
-
Environment:Maven central
-
Number of attachments :
Description
Snapshots aren't supposed to exist at Maven central, but somehow you've managed to get 2.5.1-SNAPSHOT synced to central:
http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-eclipse-compiler/2.5.1-SNAPSHOT/
Very bad!
A possible reason for this is that you're not using the Nexus instance at Codehaus, but the old Maven repo. You should switch to the Nexus instance asap!
Apologies for that. Any way to remove the snapshot from maven central?
I'll switch to the nexus instance. Is there any documentation for this explaining exactly what I should and should not be doing? I am new to maven as well as maven deployment and so I wasn't aware of these restrictions and conventions.