i'm not certain, but this looks similar to a problem that i was having a few days ago.. Brett mentioned that it may be related to http://jira.codehaus.org/browse/MNG-916
i was able to work around it by looking in my settings.xml file, finding the entry that was set to RELEASE and changing it to a valid revision.. in your case, 2.0-alpha-3 should do the trick.. Saleem. On 9/30/05, Antonio PAROLINI <[EMAIL PROTECTED]> wrote: > Hi, > > I am using maven-2.0-beta-2. > > It was working yesterday, and not this morning. When I run maven i > get: > > Caused by: java.io.FileNotFoundException: > http://www.ibiblio.org/maven2/plugins/org/apache/maven/plugins/maven-resources-plugin/maven-resources-plugin-RELEASE.version.txt > > > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:787) > at > org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:71) > ... 27 more > > I suspect there are some changes being done on the repo, since this > file it is looking for really dosen't exist... But it really prevents > me > to work rigth now... > > How can I tell maven not to try to update its plugins ?? > > Thanks in advance. > > Antonio > > > > ********************************************************************** > This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they > are addressed. If you have received this email in error please notify > the system manager. > > ********************************************************************** > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Saleem Shafi Partner Pomatics Technology Partners LTD http://pomatics.com ph: 512.577.1472 email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
