Hi,

I couldnt' find the entry RELEASE in the file services.xml

And my plugin.registry looks correct:

My plugin.registry:

<pluginRegistry>
  <plugins>
    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-resources-plugin</artifactId>
      <useVersion>2.0-alpha-3</useVersion>
    </plugin>
    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-compiler-plugin</artifactId>
      <useVersion>2.0-alpha-3</useVersion>
    </plugin>
    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-install-plugin</artifactId>
      <useVersion>2.0-alpha-3</useVersion>
    </plugin>
  </plugins>
</pluginRegistry>

And it still doesen-t work... If you want to reproduce this probleme,
just do the following:
1) delete your local repository contents ( under ~/m2/repository/)
2) Run maven

Any ideas ?

Thanks

Antonio

>>> [EMAIL PROTECTED] 10/01 2:29  >>>
I think its the plugin-registry.xml not settings.xml :)

-allan

Saleem Shafi wrote:

>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] 
>
>
>
>  
>



**********************************************************************
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]

Reply via email to