license-maven-plugin
license-maven-plugin copied to clipboard
Manage license headers in your source files
Presumably this exists solely for properties someone wants to add that don't exist and we don't know about for some custom adjustments in files. I haven't looked far enough to...
This is to global in scope and takes on so many properties that have nothing to do with this project in any way. We know what properties we support. So...
Fixes #309 Draft for review; still need to write tests
**Describe the feature** A number of licenses (such as the apache license) is referred to by a URI. This currently is a http:// URI. _A clear and concise description of...
**Version affected** 4.1 **Describe the bug** _I'm not sure this is a bug or it's by design so please accept my apologies if it's not the case._ Currently, the APACHE-2...
**Describe the feature** If we don't pass in the variable, then don't check the year. ``` com.mycila license-maven-plugin ${mycila.license.plugin.version} com/mycila/maven/plugin/license/templates/APACHE-2.txt src/**/*.java **/DataPlaneContract.java Authors [email protected] 2018 check-license check verify ``` **Any...
**Describe the feature** It would be better to use this in CI(PR check) if this plugin supports executions on only changed files like in [sonar analysis](https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/pull-request-analysis/). Currently my project takes...
Today we are not using the junit bom so pull requests from dependabot result in 3 separate ones. So we need to use the bom so we get one pull...
**Describe the feature** I'd like to add one liners, but the current custom configuration won't allow that complaining that firstLine and lastLine cannot be empty e.g. ``` # in .html...