From e0a102882e8e3ffee2b7c8454f332eb65d523e35 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 27 Feb 2019 17:32:09 +0200 Subject: Add a disabled license-maven-plugin To use: - Replace phase "none" with "process-sources" to enable plugin. - Set organizationName as desired. - Then run `mvn license:check-file-header`, or even `mvn license:update-file-header`. Issue-ID: VID-427 Change-Id: I8d4a09dfea943a72223a5ac1f7ee8954651da991 Signed-off-by: Ittay Stern --- vid-app-common/pom.xml | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) (limited to 'vid-app-common') diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 22911c25a..6b73d79ca 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -337,6 +337,75 @@ + + + + org.codehaus.mojo + license-maven-plugin + 1.17 + + + + first + + update-file-header + + + none + + + + + false + false + apache_v2 + ============LICENSE_START======================================================= + ============LICENSE_END========================================================= + ================================================================================ + VID + 2017 + AT&T Intellectual Property. All rights reserved. + true + false + true + false + + + **/*.java + **/*.kt + **/*.jsp + **/*.xml + **/*.js + **/*.ts + **/*.html + **/*.css + **/*.sql + + + + mysql + + + + src/main + src/test + + + + **/app/vid/external/**/* + **/main/webapp/WEB-INF/**/* + **/test/resources/WEB-INF/**/* + **/app/vid/scripts/angular-ui-tree.js + + + + + -- cgit 1.2.3-korg