Jasig / maven-notice-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notice-maven-plugin

Maven Central Build Status

Generates NOTICE files based on a given template. Defaults to Apereo copyright.

<plugin>
  <groupId>org.jasig.maven</groupId>
  <artifactId>notice-maven-plugin</artifactId>
    <version>2.0.0</version>
    <configuration>
        <noticeTemplate>${jasig-notice-template-url}</noticeTemplate>
        <licenseMapping>
            <param>${jasig-license-lookup-url}</param>
        </licenseMapping>
    </configuration>
</plugin>

About

License:Apache License 2.0


Languages

Language:Java 100.0%