Re: [m2] pom repositories

2005-10-21 Thread stanislav lyahnovich
Yes, i have element in my child pom. On 10/21/05, Edwin Punzalan <[EMAIL PROTECTED]> wrote: > > Aside from declaring in the parent pom.xml, you should also > put in the child poms. > > Have you done that? > > > > stanislav lyahnovich wrote: > > > when I specify repositories element in parent p

Re: [m2] pom repositories

2005-10-20 Thread Edwin Punzalan
Aside from declaring in the parent pom.xml, you should also put in the child poms. Have you done that? stanislav lyahnovich wrote: when I specify repositories element in parent pom.xml and build it's all work fine, maven checks repositories specified in pom.xml. But when I fall down to

[m2] pom repositories

2005-10-20 Thread stanislav lyahnovich
when I specify repositories element in parent pom.xml and build it's all work fine, maven checks repositories specified in pom.xml. But when I fall down to child project that refers to parent pom.xml and run build on child pom maven doesn't check repositories specified in parent pom. Is it ri