license-maven-plugin icon indicating copy to clipboard operation
license-maven-plugin copied to clipboard

UpdateProjectLicenseMojo should have a property license.licenseFile and not license.licenceFile

Open zdenek-jonas opened this issue 1 year ago • 0 comments

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" )

image

zdenek-jonas avatar May 24 '23 18:05 zdenek-jonas