Hello, I am a user of your nice Maven Plugin that generates license files/headers. I have a question regarding a feature : is this possible, when running license:update-file-header, to force the overwriting of the headers ? It seems to me that the plugin, if it finds an header, leaves it untouched (thus not updating it). When I first run the command update-file-header, I realized that I was lacking the copyright part of the header. Because the option to overwrite the header was lacking, I had to erase all the produced headers in each of my source files. Then, after the second generation, I realized once again that the project description part was not so nice. Hence, I had once again to erase manually the headers and regenerate it. My opinion is that a property, e.g. license.overwrite, would allow the user to easily re-generate the headers. Then, specific properties for updating only the project description/the copyright/license/year wouldn't be required. As a sidenote, I noticed that if you have no inceptionYear in your pom or CLI, the plugin fail with : [INFO] could not execute goal UpdateFileHeaderMojo for reason : null Thanks by advance for your time and support ! Best regards, Nicolas