-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there,
while just submitting a bug to maven-dependency-plugin for NOT working when to include or exclude multiple groupIds (MDEP-87) I thought about it and ask myself: Why isn't this implemented in the maven core itself? Then all plugins could benefit from this feature. So what I am talking about is a way to match all artifacts just by a groupId in an exclude of a dependency: <dependency> <groupId>org.apache.foo</groupId> <artifactId>foo-main</artifactId> <version>1.0</version> <exclusions> <exclusion> <groupId>org.codehaus.bar</groupId> <!-- <artifactId>*</artifactId> --> </exclusion> </exclusions> </dependency> So what do you think? Should I submit this as feature request in MNG or is it adressed already? Regards Jörg -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGJmELmPuec2Dcv/8RAlWiAJ9QWw57dHhgSU7t9CtL0VIfVIlsngCfZUHk ejlCkHzN2aDp517gQUKQAvQ= =W/t8 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]