mvn -Pfastinstall ...
Missing:
----------
1) org.apache.maven.shared:maven-artifact-resolver:jar:1.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.shared
-DartifactId=maven-artifact-resolver -Dversion=1.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.apache.maven.shared
-DartifactId=maven-artifact-resolver -Dversion=1.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.cxf:cxf-codegen-plugin:maven-plugin:2.3.0-SNAPSHOT
2) org.apache.maven.shared:maven-artifact-resolver:jar:1.0-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.cxf:cxf-codegen-plugin:maven-plugin:2.3.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 16 seconds
[INFO] Finished at: Tue Sep 15 10:54:27 EDT 2009
[INFO] Final Memory: 73M/139M
[INFO]
------------------------------------------------------------------------
/Users/benson/asf/cxf