diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2019-04-19 09:22:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-19 09:22:51 +0000 |
commit | 3530c936700b4d67f9b13923298aa92bcc6e4df1 (patch) | |
tree | 9ce5d7e0fa75d30c36a7d44afe99b1f680140333 | |
parent | 4b374cc37314a20259ae29701a0745bdb2d0cdf8 (diff) | |
parent | f87506150b3826863a9fbd48615ed37c3727f9d3 (diff) |
Merge "Attach format goal with format-sources phase"
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |