From ef814149fcc9593a3296e1d7ccd87a679c27708b Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Tue, 12 Feb 2019 12:41:54 +0000 Subject: Add the Maven license plugin Update some Java files with incorrect import ordering. Apply an updated License text (referencing the year 2019). Change-Id: Iaf0a7f8a4f2fd4dfb52eda87366e1f8d50e6e06c Issue-ID: AAI-2057 Signed-off-by: mark.j.leonard --- pom.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 6db2b50..d3f0e94 100644 --- a/pom.xml +++ b/pom.xml @@ -296,7 +296,29 @@ limitations under the License. - + + com.mycila + license-maven-plugin + 3.0 + +
License.txt
+ + src/main/java/** + src/test/java/** + pom.xml + + true +
+ + + + + check + + validate + + +
org.apache.maven.plugins maven-surefire-plugin -- cgit