license-maven-plugin icon indicating copy to clipboard operation
license-maven-plugin copied to clipboard

Manage license headers in your source files

Results 37 license-maven-plugin issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

This is an auto-generated PR to update the snapshot report.

in:doc

**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...

is:bug

**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 ///...

is:bug

It would be nice to have an option to add a blank line before the license block or / and after the license block.

todo
is:feature
in:core

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...

dependencies

**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...

is:bug

> @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....

todo
is:feature
in:build

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...

todo
is:feature
in:core