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

Reply via email to