Skip to content

sodaru/sos-license-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This plugin helps in identifying licenses of all dependencies of a project and then reporting it to a given end point.

Usage

mvn com.sodaru:sos-license-maven-plugin:<version>:check-license -Dlicense.validator.endpoint=<endPoint> -Dlicense.validator.key=<key> -DprojectName=<projectName> -DprojectUrl=<projectUrl>

Once this command is run, the end point can return either HTTP 200 indicating a success or another code indicating a failure. If successful, this command exits normally. Else, this command exits exceptionally thus failing the build process.

About

sos-license-maven-plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages