license-maven-plugin
license-maven-plugin copied to clipboard
Manage license headers in your source files
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.3 to 10.4. Release notes Sourced from checkstyle's releases. checkstyle-10.4 Checkstyle 10.4 - https://checkstyle.org/releasenotes.html#Release_10.4 Breaking backward compatibility: #12101 - Checker.localeLanguage property work strange with system property user.language...
Bumps [maven-scm-plugin](https://github.com/apache/maven-scm) from 2.0.0-M2 to 2.0.0-M3. Commits ff73ffa [maven-release-plugin] prepare release maven-scm-2.0.0-M3 1624f4b [SCM-1003] gitexe remove command fails for filenames which start with '-' bb811c5 improve temporary directory creation 7ba4b9b...
**Version affected** 4.2.rc3 **Describe the bug** If I add dependency enforcement to 4.2.rc3 the build fails with ``` Execution validate of goal com.mycila:license-maven-plugin:4.2.rc3:check failed: Cannot invoke "org.apache.maven.project.MavenProject.getArtifact()" because "project" is...
**Version affected** 4.1 **Describe the bug** Formatting licenses also removes surrounding comments. My license is a two line SPDX tag: ``` // SPDX-FileCopyrightText: 2019-2019 Matus Faro // SPDX-License-Identifier: Apache-2.0 ///...
It would be nice to have an option to add a blank line before the license block or / and after the license block.
Bumps [junit-jupiter-params](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1. Release notes Sourced from junit-jupiter-params's releases. JUnit 5.9.1 = Platform 1.9.1 + Jupiter 5.9.1 + Vintage 5.9.1 See Release Notes. Commits 732a540 Release 5.9.1...
**Version affected** 4.1. and 4.2.rc3 **Describe the bug** I have added a custom license text header, unfortunately I cannot remove it using the "remove" function. If I change the license...
> @mathieucarbou @dbwiddis Thoughts to dropping jdk 8 from the build? Newer java versions + extra enforcer rule for binaries is enough to ensure we remain properly java 8 compatible....
Software copyright statements are not always as consistent across all files as this plugin assumes, and there is no facility provided to permit different years or different authors other than...