From c5be9defff44dcc68f6ae43fe140dafd557e5a59 Mon Sep 17 00:00:00 2001 From: Roy Wetherall Date: Mon, 29 Feb 2016 15:11:07 +1100 Subject: [PATCH] Added update-file-header goal --- rm-community/rm-community-repo/pom.xml | 45 ++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index db592f0ec6..bf5ebcb707 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -225,6 +225,36 @@ + + + + org.codehaus.mojo + license-maven-plugin + 1.8 + + false + false + + + + first + + update-file-header + + process-sources + + gpl_v3 + + source + test + unit-test + config + + + + + + @@ -247,6 +277,21 @@ + + + org.codehaus.mojo + + license-maven-plugin + + [1.8,) + + update-file-header + + + + + +