From 33eda60ede99d2cb34cfa1709414525fd18a795c Mon Sep 17 00:00:00 2001 From: Dirk Stenger Date: Wed, 28 Feb 2024 15:45:58 +0100 Subject: [PATCH] #403 - Configure license-maven-plugin --- pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/pom.xml b/pom.xml index 30844d37..2db0ef6e 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,7 @@ Program (CITE). http://opengeospatial.github.io/teamengine/ + 2006 Apache License, Version 2.0 @@ -574,6 +575,34 @@ + + license + + + + org.codehaus.mojo + license-maven-plugin + 2.4.0 + + + first + + update-file-header + + process-sources + + apache_v2 + + src/main/java + src/main/resources + + + + + + + +