Re: Maven insist to fetch sibling module from repository

2007-08-26 Thread Zarick Lau
On 8/27/07, Barrie Treloar <[EMAIL PROTECTED]> wrote: > > No, I sub-module and the parent module does have any assembly defined. > > > > Btw, I tried to create sample project with empty source, but just hold > > the "parent" + "sub-module-a" and "sub-module-b", the problem still > > exists. > > If

Re: Maven insist to fetch sibling module from repository

2007-08-26 Thread Barrie Treloar
> No, I sub-module and the parent module does have any assembly defined. > > Btw, I tried to create sample project with empty source, but just hold > the "parent" + "sub-module-a" and "sub-module-b", the problem still > exists. If you can create a simple reproducable project then attach it as a JI

Re: Maven insist to fetch sibling module from repository

2007-08-25 Thread Zarick Lau
On 8/25/07, Barrie Treloar <[EMAIL PROTECTED]> wrote: > > > Can you paste the error message? > > > > I can reproduce the issue, if sub-module-b packaing == jar, no error. > > My error occur only when packagin == ear... > > Do you happen to have assembly in there somewhere to? > > I have a similar e

Re: Maven insist to fetch sibling module from repository

2007-08-25 Thread Zarick Lau
On 8/25/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 8/24/07, Zarick Lau <[EMAIL PROTECTED]> wrote: > > > I know what 'install' mean in maven, but running mvn at the "parent" module > > doesn't require "installing" all sub-module first. > > > > And indeed, [Off topic] if running "install" in eac

Re: Maven insist to fetch sibling module from repository

2007-08-24 Thread Wendy Smoak
On 8/24/07, Zarick Lau <[EMAIL PROTECTED]> wrote: > I know what 'install' mean in maven, but running mvn at the "parent" module > doesn't require "installing" all sub-module first. > > And indeed, [Off topic] if running "install" in each individual module > is pre-req, > even though I run mvn at "

Re: Maven insist to fetch sibling module from repository

2007-08-24 Thread Barrie Treloar
> > Can you paste the error message? > > I can reproduce the issue, if sub-module-b packaing == jar, no error. > My error occur only when packagin == ear... Do you happen to have assembly in there somewhere to? I have a similar error where an non-jar dependency (a zip file) is included in a modul

Re: Maven insist to fetch sibling module from repository

2007-08-24 Thread Zarick Lau
On 8/24/07, Barrie Treloar <[EMAIL PROTECTED]> wrote: > On 8/24/07, Zarick Lau <[EMAIL PROTECTED]> wrote: > > Dear Users and Developers, > > > > In a multi-module project (1 parent with 2 sub-module), > > sub-module-b deps on sub-module-a, when I run maven under > > the top-level (parent), > > > >

Re: Maven insist to fetch sibling module from repository

2007-08-23 Thread Barrie Treloar
On 8/24/07, Zarick Lau <[EMAIL PROTECTED]> wrote: > Dear Users and Developers, > > In a multi-module project (1 parent with 2 sub-module), > sub-module-b deps on sub-module-a, when I run maven under > the top-level (parent), > > mvn process-resources > > Maven will try to grab sub-module-a from rep

Maven insist to fetch sibling module from repository

2007-08-23 Thread Zarick Lau
Dear Users and Developers, In a multi-module project (1 parent with 2 sub-module), sub-module-b deps on sub-module-a, when I run maven under the top-level (parent), mvn process-resources Maven will try to grab sub-module-a from repository, as I haven't install / deploy sub-module-a, the build fa