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.apac
he-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?
