Thanks. I was able to add
<filesystem name="local-maven-2" m2compatible="true" local="true">
<ivy pattern="${local-maven2-pattern}"/>
<artifact pattern="${local-maven2-pattern}"/>
</filesystem>
to my local chain resolver and it worked.
On Thu, Jul 17, 2008 at 10:13 PM, David Coutu <david.coutu@gmail.com> 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 <brunee@gmail.com> 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
>>
>> <ibiblio name="mymaven" root="${user.home}/.m2/" m2compatible="true"/>
>>
>
|