Maven NOTICE Generation Plugin

Generates Apache style NOTICE files

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.jasig.maven
ArtifactId

ArtifactId

maven-notice-plugin
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven NOTICE Generation Plugin
Generates Apache style NOTICE files
Project Organization

Project Organization

Apereo
Source Code Management

Source Code Management

https://github.com/Jasig/maven-notice-plugin

Download maven-notice-plugin

How to add to project

<plugin>
    <groupId>org.jasig.maven</groupId>
    <artifactId>maven-notice-plugin</artifactId>
    <version>1.1.0</version>
</plugin>

Dependencies

compile (6)

Group / Artifact Type Version
org.jvnet.jaxb2_commons : jaxb2-basics-runtime jar 1.11.1
com.googlecode.java-diff-utils : diffutils jar 1.3.0
commons-lang : commons-lang jar 2.6
commons-io : commons-io jar 2.6
commons-collections : commons-collections jar 3.2.2
org.apache.maven.shared : maven-dependency-tree jar 2.2

provided (6)

Group / Artifact Type Version
org.apache.maven : maven-artifact jar 2.2.0
org.apache.maven : maven-artifact-manager jar 2.2.0
org.apache.maven : maven-model jar 2.2.0
org.apache.maven : maven-plugin-api jar 2.2.0
org.apache.maven : maven-project jar 2.2.0
org.codehaus.plexus : plexus-utils jar 1.5.5

test (3)

Group / Artifact Type Version
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 1.3
org.easymock : easymock jar 3.5.1
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

maven-notice-plugin

Maven Central Build Status

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

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

Apereo Foundation

Versions

Version
1.1.0
1.0.6.1
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0