axion-release-plugin icon indicating copy to clipboard operation
axion-release-plugin copied to clipboard

Snapshot dependencies check should not fail if the only snapshot dependencies are test dependencies

Open big-andy-coates opened this issue 3 years ago • 2 comments

Given test dependencies are not part of the release, failing if there are snapshot test dependencies seems unnecessarily strict, and may require users, (i.e. me! ;) ), to disable the snapshot check, when they'd actually like the snapshot check for release dependencies.

IMHO, snapshot test dependencies should be allowed.

big-andy-coates avatar Oct 26 '22 22:10 big-andy-coates

@big-andy-coates seems fair, wanna make PR that excludes testDependencies?

bgalek avatar Nov 21 '22 07:11 bgalek

Hey @bgalek,

Thanks for the response.

Currently fixing an issue in Mockito. Will do my best to find the time... ;)

big-andy-coates avatar Nov 21 '22 22:11 big-andy-coates