diff --git a/license-maven-plugin/src/main/java/com/mycila/maven/plugin/license/LicenseCheckMojo.java b/license-maven-plugin/src/main/java/com/mycila/maven/plugin/license/LicenseCheckMojo.java index f195e9f00..85e76a318 100755 --- a/license-maven-plugin/src/main/java/com/mycila/maven/plugin/license/LicenseCheckMojo.java +++ b/license-maven-plugin/src/main/java/com/mycila/maven/plugin/license/LicenseCheckMojo.java @@ -35,7 +35,7 @@ @Mojo(name = "check", defaultPhase = LifecyclePhase.VERIFY, threadSafe = true) public final class LicenseCheckMojo extends AbstractLicenseMojo { - @Parameter(property = "license.error.message", defaultValue = "Some files do not have the expected license header") + @Parameter(property = "license.errorMessage", defaultValue = "Some files do not have the expected license header") public String errorMessage = "Some files do not have the expected license header"; public final Collection missingHeaders = new ConcurrentLinkedQueue();