Vincent Massol wrote: > >> -----Original Message----- >> From: Brett Porter [mailto:[EMAIL PROTECTED] >> Sent: dimanche 27 novembre 2005 18:35 >> To: Maven Developers List >> Subject: Re: Release maven-one-plugin? >> >> You in particular have reported this before, its in JIRA, its not fixed. > > Really? Am I loosing my mind due to my old age? :-)
It could be me too :) > > I don't recall this. I do recall there being an issue with snapshot > repositories not working when specifying <enabled>false</enabled> but this > doesn't seem to be the case here as putting it to true doesn't help. That is what I was referring to. You didn't mention it failed when true too - it might be related to metadata getting "stuck" - does -U work when it is set to true? Is the repository present? mvn projecthelp:effective-pom/effective-settings will clarify. Thanks, Brett > > If you could point me to my issue that would be great! > > Thanks > -Vincent > >> Vincent Massol wrote: >>>> -----Original Message----- >>>> From: Brett Porter [mailto:[EMAIL PROTECTED] >>>> Sent: samedi 26 novembre 2005 23:32 >>>> To: Maven Developers List >>>> Subject: Re: Release maven-one-plugin? >>>> >>>> It was on snapshots.maven.codehaus.org like the other snapshots at one >>>> point. I assume it still is. >>> Right. I've checked and it's in there, thanks. >>> >>> What's strange is that I already have that snapshot repository defined >> in my >>> project: >>> >>> <repositories> >>> <repository> >>> <releases> >>> <enabled>false</enabled> >>> </releases> >>> <id>snapshots</id> >>> <name>Maven Central Development Repository</name> >>> <url>http://snapshots.maven.codehaus.org/maven2</url> >>> </repository> >>> </repositories> >>> >>> However, m2 is not looking in it apparently: >>> >>> " >>> C:\dev\cargo\trunk\extensions\maven>mvn install -X >>> [...] >>> [DEBUG] maven-one-plugin: using locally installed snapshot >>> [DEBUG] Artifact not found - using stub model: Unable to determine the >>> latest version >>> >>> org.apache.maven.plugins:maven-one-plugin:pom:LATEST >>> >>> >>> [DEBUG] Using defaults for missing POM >>> org.apache.maven.plugins:maven-one-plugin:pom:LATEST >>> [DEBUG] maven-one-plugin: using locally installed snapshot >>> [DEBUG] Artifact not found - using stub model: Unable to determine the >>> release version >>> >>> org.apache.maven.plugins:maven-one-plugin:pom:RELEASE >>> >>> >>> [DEBUG] Using defaults for missing POM >>> org.apache.maven.plugins:maven-one-plugin:pom:RELEASE >>> [INFO] >>> ------------------------------------------------------------------------ >> ---- >>> [ERROR] BUILD ERROR >>> [INFO] >>> ------------------------------------------------------------------------ >> ---- >>> [INFO] The plugin 'org.apache.maven.plugins:maven-one-plugin' does not >> exist >>> or no valid version could be found >>> [INFO] >>> ------------------------------------------------------------------------ >> ---- >>> [DEBUG] Trace >>> org.apache.maven.lifecycle.LifecycleExecutionException: The plugin >>> 'org.apache.maven.plugins:maven-one-plugin' does not exist or no valid >>> version could be found >>> " >>> >>> Thanks >>> -Vincent >>> >>> >>> >>> >>> >>> >>> >> __________________________________________________________________________ >> _ >>> Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! >> Messenger >>> Téléchargez cette version sur http://fr.messenger.yahoo.com >>> >>> --------------------------------------------------------------------- >>> 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] > > > > > > > > ___________________________________________________________________________ > Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger > Téléchargez cette version sur http://fr.messenger.yahoo.com > > --------------------------------------------------------------------- > 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]
