Hi,

Wayne Fay wrote:
> 
> What does your pom file dependency to log4j look like?
> 
> Wayne
> 
> 

This is the dependency:
                <dependency>
                        <groupId>struts</groupId>
                        <artifactId>struts</artifactId>
                </dependency>

Today's nightly build another project failed with
[INFO] Failed to resolve artifact.

No versions are present in the repository for the artifact with a range
[1.2.6,1.2.6]
  org.codehaus.xfire:xfire-all:jar:null

from the specified remote repositories:
  central (http://maven.uniqa.at/artifacts/repo),
  snapshots (http://maven.uniqa.at/artifacts/repo)

with this dependency in the pom.xml
<groupId>org.codehaus.xfire</groupId>
<artifactId>xfire-all</artifactId>
<version>[1.2.6]</version>

Deleting the xfire folder from the local repo and running the build again
resolved the problem (and generated a correct metadata xml file).

Florian


-- 
View this message in context: 
http://old.nabble.com/maven-metadata-central.xml-is-missing-versions-in-local-repo-tp28288000p28325521.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to