Okay.. Sorry for being dense but.. Where do I put this: maven.jar.<artifactID> = <path to Jar>
? Is this something that goes in project.properties? Or does this go in the jakarta-turbine-fulcrum.xml file someplace? Eric > -----Original Message----- > From: Niclas Hedhman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 20, 2004 7:19 PM > To: Gump code and data > Subject: Re: How to refer to ws-xmlrpc as xmlrpc? > > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
