Thanks. I was able to add
to my local chain resolver and it worked.
On Thu, Jul 17, 2008 at 10:13 PM, David Coutu wrote:
> If you just want to use it instead of the default ivy settings you should
> just need to setup a resolver to point to it - a la
> http://ant.apache.org/ivy/history/latest-milestone/tutorial/defaultconf.html
> .
>
> Later...
>
> DC
>
> On Wed, Jul 16, 2008 at 9:46 PM, brunee wrote:
>
>> This is my situation.
>>
>> Existing maven 2 project exists, generates myhello.jar and publishes
>> to local PC maven 2 repo.
>>
>> I've created a new project using ivy to build it. This project has a
>> dependancy on myhello
>>
>> myhello.jar is published to local ${user.home}\.m2\repository\...
>>
>> Is there a way to tell ivy to look at the local maven repository?
>>
>> for example
>>
>>
>>
>