From 0bc14aaa971adb296db62438b75220e3842f42eb Mon Sep 17 00:00:00 2001 From: tomverin Date: Tue, 10 Jan 2017 13:58:45 +0100 Subject: [PATCH] Add third-party-licenses.sh file [ --- 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