Hi -- running mvn test gives the error shown below.  How to I obtain these 
missing files?
I don't see them under the URLS as shown in the error message.

Thanks

Betty

=======================

[INFO] Scanning for projects...

[INFO] 
----------------------------------------------------------------------------

[INFO] Building 

[INFO]    task-segment: [test]

[INFO] 
----------------------------------------------------------------------------

Downloading: 
http://dist.codehaus.org//org.codehaus.xfire/poms/xfire-generator-1.2-SNAPSHOT.pom

Downloading: 
http://dist.codehaus.org//org.codehaus.xfire/jars/xfire-generator-1.2-SNAPSHOT.jar

[INFO] ------------------------------------------------------------------------

[ERROR] BUILD ERROR

[INFO] ------------------------------------------------------------------------

[INFO] Failed to resolve artifact.

Missing:
----------
1) org.codehaus.xfire:xfire-generator:jar:1.2-SNAPSHOT



  Try downloading the file manually from the project website.



  Then, install it using the command: 

      mvn install:install-file -DgroupId=org.codehaus.xfire 
-DartifactId=xfire-generator \
          -Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file



  Path to dependency: 

   1) org.codehaus.xfire.examples:geoip-client-example:jar:1.2-SNAPSHOT

   2) org.codehaus.xfire:xfire-generator:jar:1.2-SNAPSHOT



----------
1 required artifact is missing.

for artifact: 

  org.codehaus.xfire.examples:geoip-client-example:jar:1.2-SNAPSHOT



from the specified remote repositories:

  codehaus (http://dist.codehaus.org/),
  central (http://repo1.maven.org/maven2)




[INFO] ------------------------------------------------------------------------

[INFO] For more information, run Maven with the -e switch

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 1 second

[INFO] Finished at: Thu Mar 15 16:17:00 PDT 2007

[INFO] Final Memory: 2M/5M

[INFO] ------------------------------------------------------------------------

Reply via email to