Yeah, this is a maven bug. Please use either 2.0.6 or 2.0.8. Check the
README in this module.
--Kurt
Jeff Faath wrote:
Hey guys, I'm getting this error when I try to run a mvn install.
Occurs on the Tomcat packaging module -- everything up to that point
succeeds:
Caused by: _java.io.FileNotFoundException_:
C:\development\projects\jUDDI_v3\juddi-tomcat\${maven.dependency.tomcat.apache-tomcat.zip.path}
(The system cannot find the file specified)
Seems like the property is not resolving and it's trying to work with
the literal path. Any ideas?