Hi all,

when I do mvn clean on head with an empty local repository I get the error below. It seems it needs the cxf-xml2fastinfoset-plugin to do a clean. Is that really necessary?

Greetings

Christian
---

[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------ [INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.cxf -DartifactId=cxf-xml2fastinfoset-plugin -Dversion=2.3.0-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.3.0-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


 org.apache.cxf:cxf-xml2fastinfoset-plugin:maven-plugin:2.3.0-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2)


 org.apache.cxf:cxf-xml2fastinfoset-plugin:maven-plugin:2.3.0-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2)


Reply via email to