Skip to content

New goal licenseCheck

Compare
Choose a tag to compare
@reiz reiz released this 15 Apr 06:53
· 142 commits to master since this release

On VersionEye a license whitelist can be assigned to each project. VersionEye will check if the licenses of the dependencies are on the license whitelist. If that is not the case the dependencies are marked red. Now there is a new goal which will break the build if there is a license violation:

mvn versioneye:licenseCheck

This goal is meant to be executed on each build on a CI Server.