dependency-lock-maven-plugin icon indicating copy to clipboard operation
dependency-lock-maven-plugin copied to clipboard

Support maven profiles

Open vandmo opened this issue 5 months ago • 4 comments

If I create a profile and add a dependency then the dependency check will fail when that profile is active.

Same goes if a profile adds a plugin.

The lock files need to mirror the profiles and merge them the same way as maven does when any profiles are active.

vandmo avatar Jul 20 '25 07:07 vandmo