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 <subhash.kumar.singh@huawei.com>
<goals>
<goal>format</goal>
</goals>
+ <phase>process-sources</phase>
<configuration>
<skip>${format.skipExecute}</skip>
<configFile>${base-path}/project-configs/code-tools/onap-eclipse-format.xml</configFile>
<goals>
<goal>format</goal>
</goals>
+ <phase>process-sources</phase>
<configuration>
<skip>${format.skipExecute}</skip>
<sourceDirectory>${project.basedir}</sourceDirectory>