Author: tchemit Date: 2010-10-14 18:37:57 +0200 (Thu, 14 Oct 2010) New Revision: 1842 Url: http://nuiton.org/repositories/revision/maven-license-plugin/1842 Log: Anomalie #938: licenseName should be expression license.licenseName Modified: trunk/src/main/java/org/nuiton/license/plugin/AbstractLicenseWithDescriptorMojo.java Modified: trunk/src/main/java/org/nuiton/license/plugin/AbstractLicenseWithDescriptorMojo.java =================================================================== --- trunk/src/main/java/org/nuiton/license/plugin/AbstractLicenseWithDescriptorMojo.java 2010-10-14 15:46:26 UTC (rev 1841) +++ trunk/src/main/java/org/nuiton/license/plugin/AbstractLicenseWithDescriptorMojo.java 2010-10-14 16:37:57 UTC (rev 1842) @@ -107,7 +107,7 @@ /** * Name of the license to use for files. * - * @parameter expression="${licenseName}" + * @parameter expression="${license.licenseName}" * @since 2.4 */ protected String licenseName;