diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-10-30 17:21:20 +0000 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-10-30 17:22:44 +0000 |
commit | d1774233355349a6176639cbeb141c883a1781de (patch) | |
tree | b6c82244d399a7ba84fdfb31614c00f3ab7acbf1 /cps-application | |
parent | 9f680eedc69de5aadd4c905c242fbabb232ad106 (diff) |
Changing git-info plugin phase
- get-git-info plugin to generate the output during validate phase
instead of package phase for it to be part of cps-application jar
Issue-ID: CPS-2445
Change-Id: Ibdd1eea8e3e4cb58d6b16ef47b0d158dc1f842a9
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-application')
-rw-r--r-- | cps-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 08c718167e..7aabb6a0e3 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -181,7 +181,7 @@ <goals> <goal>revision</goal> </goals> - <phase>package</phase> + <phase>validate</phase> </execution> </executions> <configuration> |