https://github.com/mojohaus/license-maven-plugin
Maven plugin to download and collect license files from project dependencies.
https://github.com/mojohaus/license-maven-plugin
java maven maven-plugin mojohaus
Last synced: about 1 year ago
JSON representation
Maven plugin to download and collect license files from project dependencies.
- Host: GitHub
- URL: https://github.com/mojohaus/license-maven-plugin
- Owner: mojohaus
- License: lgpl-3.0
- Created: 2015-05-15T22:09:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T14:08:11.000Z (about 1 year ago)
- Last Synced: 2025-04-23T15:26:00.532Z (about 1 year ago)
- Topics: java, maven, maven-plugin, mojohaus
- Language: Java
- Homepage: https://www.mojohaus.org/license-maven-plugin/
- Size: 11.6 MB
- Stars: 110
- Watchers: 21
- Forks: 127
- Open Issues: 93
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# license-maven-plugin
This is the [license-maven-plugin](http://www.mojohaus.org/license-maven-plugin/).
[](https://github.com/mojohaus/license-maven-plugin/actions/workflows/maven.yml)
[](https://search.maven.org/artifact/org.codehaus.mojo/license-maven-plugin)
[](https://gitter.im/mojohaus/license-maven-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](http://www.gnu.org/licenses/lgpl-3.0.txt)
## 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
```