Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6, 0.7
-
None
-
None
Description
We looked into switching from com.google.code.maven-license-plugin to apache-rat-plugin to take advantage of the auto-add header feature. However, the plugin does not appear capable of this.
I see that it can be done standalone: http://incubator.apache.org/rat/apache-rat/index.html, but the rat-plugin module makes no reference to any *AbstractLicenceAppender.
I suppose if this feature were added, you'd want to still fail the build, and report that license headers were added to files, and suggest that a commit is now needed.