In my case, this is doxia referenced by the new site plugin (2.0-beta-5) that
causes the problem and i solved by adding this to my pom :
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-1</version>
</plugin>
Xavier
-------- Message d'origine--------
De: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Date: lun. 15/05/2006 11:52
À: Maven Users List
Cc:
Objet: Re: repo down?
Markus Reinhardt a écrit :
> Am Montag, den 15.05.2006, 11:20 schrieb Jörg Schaible:
>
>>Geoffrey De Smet wrote on Monday, May 15, 2006 10:26 AM:
>>
>>> Ibiblio is up, but the dns server of maven.org seems to be down.
>>>
>>> Brett Porter wrote:
>>>> http://maven.apache.org/guides/mini/guide-mirror-settings.html
>>>>
>>>> Yes, it's down. Unscheduled, and beyond our control, sorry.
>>
>>But, since the new plugin releases refer to artifacts only available
in snapshots.maven.codehaus.org/maven2, our complete development comes to a
sudden stop, because of the automated update. Please, make sure for such
releases, that all artifacts are available at ibiblio (which is at least
mirrored).
>>
> Who do I to tell maven not to search for updates? Neither -o nor -npu
> switches help. All needed plugins
(tomcat-maven-plugin:pom:1.0-SNAPSHOT)
> are located in my local repo.
You should add <updatePolicy>never</updatePolicy> in repository
definition in your pom or in a profile.
http://maven.apache.org/ref/current/maven-model/maven.html#class_snapshots
Emmanuel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]