Wayne Fay wrote on Monday, May 15, 2006 4:17 PM: > This is a bug/mistake. Please file a JIRA bug under MEV (Maven > Evangelism) so it can be repaired. > > Published artifacts should not depend on snapshot repos & artifacts.
Well, I make only use of a view plugins yet, but if I grep through the POMs of the maven plugins in my local repo, I have *a lot* of them referencing repos snapshot or plugins-snapshot. And even if I overwrite these repos in my super POM it does not help at all, since these POMs will simple redefine them. Only adding mirror entries to the settings does help. - Jörg > > Wayne > > On 5/15/06, Weichsel, Ingo <[EMAIL PROTECTED]> wrote: >> Hi, >> >> the doxia-site-renderer-1.0-alpha-8.pom does defines repositories, >> >> <repositories> >> <repository> >> <id>snapshots</id> >> <url>http://snapshots.maven.codehaus.org/maven2</url> >> </repository> </repositories> >> >> which can't be resolved. Any idea, if this will be fixed quickly, or >> do we have to stick to the older plugin versions? >> >> Ingo >> >>> -----Original Message----- >>> From: Xavier Frisaye [mailto:[EMAIL PROTECTED] >>> Sent: Monday, May 15, 2006 12:00 PM >>> To: Maven Users List >>> Subject: 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:[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#cla >>> ss_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]
