Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] filtering artifacts

Unlike maven dependency <excludes> I need suppressed dependencies to be
treated as missing and result in collection (or resolution?) failure, as
if these dependencies were not available from any enabled repository,
local or remote. I also need to report dependency trail that led to the
suppressed dependency, so I can go and fix the poms.

What is the best way to achieve this?

--
Regards,
Igor

On 2014-09-11, 11:32, Benjamin Bentmann wrote:
Igor Fedorenko wrote:

Is VersionFilter supposed to be called for single-version dependencies?

No.

Which means DependencySelector has to
parse dependency versions to determine if it can make yes/no decision or
has to defer to VersionFilter.

Correct.


Benjamin

_______________________________________________
aether-users mailing list
aether-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/aether-users


Back to the top