commit | d7e54cf14441d895ef4fd26e228d9857a2439d2e | [log] [tgz] |
---|---|---|
author | Michael Blow <michael.blow@couchbase.com> | Sat Nov 19 18:59:28 2022 -0500 |
committer | Michael Blow <mblow@apache.org> | Mon Nov 21 02:33:54 2022 +0000 |
tree | d6d3902e45fd9e5fe66192e723a9b9d5d0e8d2d8 | |
parent | ed179228db36b45913be38a1cd7ae466fe9d5de7 [diff] |
[NO ISSUE] Process shadowed projects w/ license plugin Change-Id: Id21dcd3dc61bd4766e71c5d509e7ef6802e423be Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17290 Reviewed-by: Michael Blow <mblow@apache.org> Reviewed-by: Murtadha Hubail <mhubail@apache.org> Tested-by: Michael Blow <mblow@apache.org> Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/hyracks-fullstack/hyracks-fullstack-license/src/main/licenses/templates/hyracks-notice.ftl b/hyracks-fullstack/hyracks-fullstack-license/src/main/licenses/templates/hyracks-notice.ftl index 8a2eb05..0cf9378 100644 --- a/hyracks-fullstack/hyracks-fullstack-license/src/main/licenses/templates/hyracks-notice.ftl +++ b/hyracks-fullstack/hyracks-fullstack-license/src/main/licenses/templates/hyracks-notice.ftl
@@ -30,6 +30,9 @@ <#assign noticeText = e.getKey()/> <#assign projects = e.getValue()/> <#list projects as p> + <#if p.shadowed> + <#continue/> + </#if> ${p.name} (${p.groupId}:${p.artifactId}:${p.version}) <#list p.locations as loc> - ${loc}${p.jarName}