[ 
http://jira.codehaus.org/browse/SUREFIRE-364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_111830
 ] 

Tuomas Kiviaho commented on SUREFIRE-364:
-----------------------------------------

The key difference between previous snapshot is version range usage in the 
parent pom:

surefire-2.4-20070827.165719-19.pom
     <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-archiver</artifactId>
        <version>1.0-alpha-7</version>
      </dependency>

surefire-2.4-20071027.013951-20.pom
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-archiver</artifactId>
        <version>[1.0-alpha-10-SNAPSHOT]</version>
      </dependency>   

For me maven fails also to load the 1.0-alpha-10-SNAPSHOT to local repository.

> 2.4-SNAPSHOT of 27th Oct 2007 has invalid Plexus dependency
> -----------------------------------------------------------
>
>                 Key: SUREFIRE-364
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-364
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: plugin
>    Affects Versions: 2.4
>            Reporter: Matt Read
>            Assignee: Olivier Lamy
>            Priority: Blocker
>
> Previously stable build now reports this:
> 27-Oct-2007 12:04:15 [INFO] Failed to resolve artifact.
> 27-Oct-2007 12:04:15
> 27-Oct-2007 12:04:15 Couldn't find a version in [1.0-alpha-7, 1.0-alpha-8, 
> 1.0-alpha-9] to match range [1.0-alpha-10-SNAPSHOT,1.0-alpha-10-SNAPSHOT]
> 27-Oct-2007 12:04:15 org.codehaus.plexus:plexus-archiver:jar:null
> 27-Oct-2007 12:04:15
> 27-Oct-2007 12:04:15 from the specified remote repositories:
> 27-Oct-2007 12:04:15 maven.catlin.com.repo.releases 
> (http://maven.catlin.com/&#8203;maven2-repo/&#8203;releases),
> 27-Oct-2007 12:04:15 Apache Snapshots 
> (http://people.apache.org/&#8203;repo/&#8203;m2-snapshot-repository),
> 27-Oct-2007 12:04:15 stat-scm-sourceforge 
> (http://stat-scm.sourceforge.net/&#8203;maven2),
> 27-Oct-2007 12:04:15 maven.catlin.com.repo.snapshots 
> (http://maven.catlin.com/&#8203;maven2-repo/&#8203;snapshots),
> 27-Oct-2007 12:04:15 central (http://repo1.maven.org/&#8203;maven2),
> 27-Oct-2007 12:04:15 codehaus.snapshots 
> (http://snapshots.repository.codehaus.org),
> 27-Oct-2007 12:04:15 apache.snapshots 
> (http://people.apache.org/&#8203;repo/&#8203;m2-snapshot-repository),
> 27-Oct-2007 12:04:15 Codehaus Snapshots 
> (http://snapshots.repository.codehaus.org/&#8203
> 27-Oct-2007 12:04:15 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to