From d3e39036e883385f1308d378ebe5e1179bfbc932 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 4 Oct 2019 16:45:50 -0400 Subject: Add plugin for formatting Makes it easy from the command line to clean up whole submodules. Notably for policy/engine. Unfortunately we will have to copy the onap-java-formatter.xml to each project repo. Maven can't seem to find the file. Issue-ID: POLICY-2145 Change-Id: Ic905be8c33fd89e3bd2be072d3670aad7a4fac2b Signed-off-by: Pamela Dragosh --- onap-java-formatter.xml | 295 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 295 insertions(+) create mode 100644 onap-java-formatter.xml (limited to 'onap-java-formatter.xml') diff --git a/onap-java-formatter.xml b/onap-java-formatter.xml new file mode 100644 index 00000000..1dd9de63 --- /dev/null +++ b/onap-java-formatter.xml @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg