From: Mark Petrovic <mark_at_petrovic.org>
Date: Thu, 19 Feb 2009 19:36:29 -0800
Good day. Sorry for the large splats of data that follow - it's the
bare minimum of data I felt needed to be posted.
I have some evidence that the dependency of the maven plugin for the
WADL compiler does not resolve. This config:
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.jvnet.ws.wadl -
DartifactId=wadl-core -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.jvnet.ws.wadl -
DartifactId=wadl-core -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/
path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.carpediem.weather:wxtutorial:jar:1.0
2) org.jvnet.ws.wadl:wadl-core:jar:1.0-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.carpediem.weather:wxtutorial:jar:1.0