You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Xavier Frisaye <x....@t4hr.com> on 2006/05/15 11:59:30 UTC

RE : repo down?

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:emmanuel@venisse.net] 
	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: users-unsubscribe@maven.apache.org
	For additional commands, e-mail: users-help@maven.apache.org