license-maven-plugin
license-maven-plugin copied to clipboard
UpdateProjectLicenseMojo should have a property license.licenseFile and not license.licenceFile
It is probably a typo in the configuration.
File: UpdateProjectLicenseMojo
Instead of:
@Parameter( property = "license.licenceFile", defaultValue = "${basedir}/LICENSE.txt" )
should be
@Parameter( property = "license.licenseFile", defaultValue = "${basedir}/LICENSE.txt" )