summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2019-04-19 09:22:51 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-19 09:22:51 +0000
commit3530c936700b4d67f9b13923298aa92bcc6e4df1 (patch)
tree9ce5d7e0fa75d30c36a7d44afe99b1f680140333 /pom.xml
parent4b374cc37314a20259ae29701a0745bdb2d0cdf8 (diff)
parentf87506150b3826863a9fbd48615ed37c3727f9d3 (diff)
Merge "Attach format goal with format-sources phase"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 90fa8d4e14..8b2d3ec445 100644
--- a/pom.xml
+++ b/pom.xml
@@ -444,6 +444,7 @@
<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>
@@ -454,6 +455,7 @@
<goals>
<goal>format</goal>
</goals>
+ <phase>process-sources</phase>
<configuration>
<skip>${format.skipExecute}</skip>
<sourceDirectory>${project.basedir}</sourceDirectory>