mirror of
https://github.com/jeap-admin-ch/jeap-license-template.git
synced 2026-08-17 12:55:14 +00:00
Read-only mirror of https://github.com/jeap-admin-ch/jeap-license-template — Bundesamt für Informatik und Telekommunikation. Issues & pull requests at the source. Catalog: https://www.opensource.admin.ch/en/softwares/nakurq
https://www.opensource.admin.ch/en/softwares/nakurq
- FreeMarker 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .mvn/wrapper | ||
| src/main/resources/ch/admin/bit/jeap | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| mvnw | ||
| pom.xml | ||
| publiccode.yml | ||
| README.md | ||
| SECURITY.md | ||
| THIRD-PARTY-LICENSES.md | ||
jeap-license-template
Third-party license list file template for the Maven License Plugin
- Lists dependencies by license
- Is formatted using markdown
- Does not include version numbers in the list to avoid changing contents after merging from a snapshot-versioned branch to a branch that is using a non-snapshot numbering scheme. Version number information is available in the Maven POM file.
Usage
Add the license template to the maven license plugin configuration in the POM file:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>${license-maven-plugin.version}</version>
<dependencies>
<dependency>
<groupId>org.jeap.dev</groupId>
<artifactId>jeap-license-template</artifactId>
<version>${jeap-license-template.version}</version>
</dependency>
</dependencies>
<configuration>
<fileTemplate>/ch/admin/bit/jeap/third-party.md.ftl</fileTemplate>
<!-- ... -->
</configuration>
</plugin>
Changelog
This library is versioned using Semantic Versioning and all changes are documented in CHANGELOG.md following the format defined in Keep a Changelog.
Note
This repository is part the open source distribution of jEAP. See github.com/jeap-admin-ch/jeap for more information.
License
This repository is Open Source Software licensed under the Apache License 2.0.