Skip to content

Instantly share code, notes, and snippets.

@matthesrieke
matthesrieke / license-as-csv.ftl
Last active May 20, 2021 14:44
Third-party license list as CSV
<#-- To render the third-party file.
Available context :
- dependencyMap a collection of Map.Entry with
key are dependencies (as a MavenProject) (from the maven project)
values are licenses of each dependency (array of string)
- licenseMap a collection of Map.Entry with
key are licenses of each dependency (array of string)
values are all dependencies using this license