From 6d2517284b774b2ab6cb4762a8c749d0daf8c2f5 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 11 Sep 2019 12:08:57 -0400 Subject: Adding/Replacing Plugins to format/validate code Replacing Groovy script with directory-maven-plugin to identify baseDirPath Add license-maven-plugin plugin to Generate / Validate Copyright header Adding tidy-maven-plugin to format / validate POM.xml Updating Java Code Formatter Sytle XML to Version 13 Issue-ID: LOG-1129 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ifa333053bb1dff70f28b14ea9460073043e9c847 --- project-configs/code-tools/onap-java-format.xml | 343 ++++++++++++++++++++++++ 1 file changed, 343 insertions(+) create mode 100644 project-configs/code-tools/onap-java-format.xml (limited to 'project-configs/code-tools/onap-java-format.xml') diff --git a/project-configs/code-tools/onap-java-format.xml b/project-configs/code-tools/onap-java-format.xml new file mode 100644 index 0000000..1181297 --- /dev/null +++ b/project-configs/code-tools/onap-java-format.xml @@ -0,0 +1,343 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg