From ac866e44647d4e4e793c58ab35796448ea5cf185 Mon Sep 17 00:00:00 2001 From: tomverin Date: Tue, 10 Jan 2017 14:03:47 +0100 Subject: Add third-party-licenses.sh file [ci skip] --- third-party-licenses.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 third-party-licenses.sh diff --git a/third-party-licenses.sh b/third-party-licenses.sh new file mode 100644 index 0000000..6728f1d --- /dev/null +++ b/third-party-licenses.sh @@ -0,0 +1,4 @@ +#!/bin/sh +mvn org.codehaus.mojo:license-maven-plugin:aggregate-add-third-party -Dlicense.includedScopes=compile + +cat target/generated-sources/license/THIRD-PARTY.txt -- cgit v1.2.3