8000 GitHub - mojohaus/license-maven-plugin: Maven plugin to download and collect license files from project dependencies.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mojohaus/license-maven-plugin

Repository files navigation

license-maven-plugin

This is the license-maven-plugin.

GitHub CI Maven Central Gitter The GNU Lesser General Public License, Version 3.0

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
0