Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Labels:None
-
Number of attachments :
Description
Thanks for a great license-maven-plugin. I am using it to insert license headers in each files in source tree successfully.
Here is an example of what it generates:
/*
* #%L
* my-unqualified-package-name
* %%
* Copyright (C) 2007 - 2011 My Company
* %%
* This software is the property of My Company. Etc. Etc.
*
* #L%
*/
I would like to include the name of the file instead of the name of my unqualified package name.
It may also make sense to support additional variables for File Creation Date, Author etc. A good model would be how Netbeans allows configuration of the Header comment for new Java source files in a project.