Re: Re: Re: Dependency scopes

2006-08-30 Thread ceki
Thanks! "Martijn Dashorst" <[EMAIL PROTECTED]> 30.08.2006 16:17 Please respond to "Maven Users List" To "Maven Users List" cc Subject Re: Re: Re: Dependency scopes Reviewed by Category Yes, but "runtime classpa

Re: Re: Re: Dependency scopes

2006-08-30 Thread Martijn Dashorst
Yes, but "runtime classpath" != "runtime scope" runtime classpath == union(compile, runtime scope) Martijn On 8/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: So, this means that war and ear plug-ins reference the runtime classpath instead of say compile or test. Correct? "Martijn Dashor

Re: Re: Dependency scopes

2006-08-30 Thread ceki
So, this means that war and ear plug-ins reference the runtime classpath instead of say compile or test. Correct? "Martijn Dashorst" <[EMAIL PROTECTED]> wrote on 30.08.2006 15:37:56: > No, but maven is also used to create war, ear and other distribution > packages. These packages need those act

Re: Re: Dependency scopes

2006-08-30 Thread Martijn Dashorst
No, but maven is also used to create war, ear and other distribution packages. These packages need those actual runtime dependencies inside them. So for testing I need junit, but not at runtime -> test scope For testing I may not have a need for oracle-jdbc (using hsqldb for unittests), but at ru