You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using mycila/license-maven-plugin gives the possibility to maintain one LICENSE file in the repository and the plugin is able to apply it onto several file types.
In that way, I am not enforced to use one style of comment; I can apply license text onto XML and YAML files, too.
Also it is possible to configure file type and comment type. For example, I can configure the plugin the following way:
Using
mycila/license-maven-plugin
gives the possibility to maintain oneLICENSE
file in the repository and the plugin is able to apply it onto several file types.In that way, I am not enforced to use one style of comment; I can apply license text onto
XML
andYAML
files, too.Also it is possible to configure file type and comment type. For example, I can configure the plugin the following way:
.foo
shall be handled asXML
Dockerfile
shall be handled asshell script
etc.Further details: https://github.com/mycila/license-maven-plugin#supported-comment-types
The text was updated successfully, but these errors were encountered: