On Wednesday 20 October 2004 23:55, Eric Pugh wrote: > So.. From looking at the third reference, and then looking at some > examples, what I want is this: > > <depend property="xmlrpc.jar" project="ws-xmlrpc"/> > > And then when Maven runs, it will look for xmlrpc.jar. So, something is > telling Maven that it is NOT looking for xmlrpc-1.1.jar (which is what is > defined in project.xml) but instead to look for xmlrpc.jar. And the > <depend property="xmlrpc.jar" project="ws-xmlrpc"/> says go look at this > project for what you need.. > > Is this correct?
I don't think so. AFAIK, the only properties that Maven cares about are of the format; maven.jar.<artifactID> = <path to Jar> Cheers Niclas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
