Is this during a "mvn clean"?
You probably need a "mvn -Pfastinstall" first before the clean. For
some bizarre reason, mvn requires all the "build" plugins to be
available during the "clean" action as well. Since those plugins are
built as part of the build, they aren't in your repo yet.
Dan
On Jul 8, 2008, at 2:16 PM, Benson Margulies wrote:
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.cxf -
DartifactId=cxf-xml2fastinfoset-plugin -Dversion=2.1.2-SNAPSHOT -
Dpackaging=maven-plugin -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the
file there:
mvn deploy:deploy-file -DgroupId=org.apache.cxf -DartifactId=cxf-
xml2fastinfoset-plugin -Dversion=2.1.2-SNAPSHOT -Dpackaging=maven-
plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
org.apache.cxf:cxf-xml2fastinfoset-plugin:maven-plugin:2.1.2-
SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
org.apache.cxf:cxf-xml2fastinfoset-plugin:maven-plugin:2.1.2-
SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
---
Daniel Kulp
[EMAIL PROTECTED]
http://www.dankulp.com/blog