dependency-lock-maven-plugin
dependency-lock-maven-plugin copied to clipboard
Support maven profiles
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.