Hi Wendy, thanks for your quick response.
The 'import' scope is coming very close to what I want to achieve. It seems that it only applies to `dependencyManagement' (both the main and the imported pom) and not to the dependencies. They still must be added to the dependencies section. But I admit, it is already much better :-). Ciao Aino From: Wendy Smoak Sent: Wed 7/16/2008 17:06 To: Maven Users List Subject: Re: grouping dependencies with scope provided On Wed, Jul 16, 2008 at 8:00 AM, Aino Andriessen <[EMAIL PROTECTED]> wrote: > Is there a way around or another way to group libraries / dependencies? > (except for excluding the specific jars in the war configuration). Maven 2.0.9 introduced the 'import' scope, which may be what you're looking for. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
