Skip to content

A Maven plugin for checking the licenses of included Maven dependencies.

Notifications You must be signed in to change notification settings

inigo/maven-licensing-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Maven plugin for checking the licenses of included Maven dependencies.

To use, execute 
    mvn net.surguy:maven-displaylicense-plugin:0.6:displaylicense

Alternatively, add:

        <build>
            <plugins>
                <plugin>
                    <groupId>net.surguy</groupId>
                    <artifactId>maven-displaylicense-plugin</artifactId>
                    <version>0.6</version>
                </plugin>
            </plugins>
        </build>

to your POM, and then invoke with:
    mvn displaylicense:displaylicense

Or add:
     
     <pluginGroup>net.surguy</pluginGroup>

to the <pluginGroups> section of your .m2/settings.xml file, and invoke with 
    mvn displaylicense:displaylicense

This plugin is under the Apache software license, version 2. See
http://www.apache.org/licenses/LICENSE-2.0 for the full license.

Credits
=======

Thanks to creex for making it work with Maven 3.

About

A Maven plugin for checking the licenses of included Maven dependencies.

Resources

Stars

Watchers

Forks

Packages