Try mvn install first :)
chicken-egg problem i guess
James
Hello, from the cxf trunk directory from the latest Subversion
repository, running "mvn clean" is returning the below error. Anyone
know what I'm doing wrong?
Thanks,
Glen
[INFO] Building Apache CXF Common
[INFO] task-segment: [clean]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO]
----------------------------------------------------------------------------
[INFO] Building Apache CXF API
[INFO] task-segment: [clean]
[INFO]
----------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[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-common-xsd \
-Dversion=2.1-incubator-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-common-xsd \
-Dversion=2.1-incubator-SNAPSHOT -Dpackaging=maven-plugin
-Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
org.apache.cxf:cxf-common-xsd:maven-plugin:2.1-incubator-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
org.apache.cxf:cxf-common-xsd:maven-plugin:2.1-incubator-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)