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 <pdragosh@research.att.com>
2 files changed
tree: 217207905cd8bff45e80f762ecfc8033e5959412
  1. docs/
  2. integration/
  3. releases/
  4. .gitignore
  5. .gitreview
  6. INFO.yaml
  7. LICENSE.txt
  8. onap-java-formatter.xml
  9. pom.xml
  10. README.md
  11. version.properties
README.md

Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode

This source repository contains the ONAP Policy Parent repository that contains overarching build pom.xml to build ALL the repos under policy/*

To build it using Maven 3, run: mvn clean install