Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

TechnologyBrewery/license-maven-plugin

Repository files navigation

PLEASE USE OFFICIAL license-maven-plugin INSTEAD

With the org.codehaus.mojo:license-maven-plugin reactivating after a long hiatus, we have submitted our key changes from this fork back into that main project. As of release 2.3.0, these have been incorporated and we are no longer supporting or using this forked repo. It is offically deprecated.

  • #519 minor updates to reduce verbosity of standard execution
  • #517: optionally support copyright values that only contain inception year rather than year range

Fork Documentation

This is the license-maven-plugin.

Maven Central The GNU Lesser General Public License, Version 3.0

What is in this fork?

  • Single year copyright support (levering Maven inceptionYear value)
  • Based on org.codehaus.mojo:maven-license-plugin version 2.2.0

What create a fork?

We would normally commit these back to the host repository, but it appears to be no longer maintained.

Original Documentation

Releasing

  • Make sure gpg-agent is running.
  • Execute mvn -B release:prepare release:perform

For publishing the site do the following:

cd target/checkout
mvn verify site -DperformRelease scm-publish:publish-scm