Hi all, I just checked out maven-2.0.3 from svn and I'm trying to build it. However, I'm getting an error while building Maven Model:
Downloading: http://10.233.26.67/maven-proxy/repository/org/codehaus/modello/modello-plugin-xpp3/1.0-alpha-8/modello-plugin-xpp3-1.0-alpha-8.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Error transferring file org.codehaus.modello:modello-plugin-xpp3:jar:1.0-alpha-8 from the specified remote repositories: central (http://repo1.maven.org/maven2), jris-snapshot (http://10.233.26.67/snapshots), snapshots (http://snapshots.maven.codehaus.org/maven2) Path to dependency: 1) org.codehaus.modello:modello-maven-plugin:maven-plugin:1.0-alpha-8 2) org.codehaus.modello:modello-plugin-xpp3:jar:1.0-alpha-8 Caused by I/O exception: Server returned HTTP response code: 500 for URL: http://10.233.26.67/maven-proxy/repository/org/codehaus/modello/modello-plugin-xpp3/1.0-alpha-8/modello-plugin-xpp3-1.0-alpha-8.jar I have http://snapshots.maven.codehaus.org/maven2 configured as a repository, but it seems this version of the plugin isn't there, although alpha-7 and alpha-9 ARE present. What am I doing wrong ? Tom
