From f87506150b3826863a9fbd48615ed37c3727f9d3 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Fri, 19 Apr 2019 12:24:00 +0530 Subject: Attach format goal with format-sources phase Attach format goal with format-sources phase, so that we need not to run command like : mvn process-sources -P format Change-Id: I0493211f65426bd6be8621d6c0e727f5d5ab79aa Issue-ID: SO-1801 Signed-off-by: subhash kumar singh --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 8a954e1fc7..33bac42b00 100644 --- a/pom.xml +++ b/pom.xml @@ -443,6 +443,7 @@ format + process-sources ${format.skipExecute} ${base-path}/project-configs/code-tools/onap-eclipse-format.xml @@ -453,6 +454,7 @@ format + process-sources ${format.skipExecute} ${project.basedir} -- cgit 1.2.3-korg