Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 800 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 800 Bytes

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>