From 03f09a346373e98807d38c0157310fafceeee09d Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 24 Mar 2016 16:09:11 +0000 Subject: [PATCH] Add license aggregation to build --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index 59803746..ac630b4d 100644 --- a/pom.xml +++ b/pom.xml @@ -632,5 +632,28 @@ limitations under the License. + + license + + true + + + + + org.codehaus.mojo + license-maven-plugin + 1.8 + + + aggregate-licenses + + license:aggregate-add-third-party + + + + + + +