Code Review
/
cps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9f680ee
)
Changing git-info plugin phase
07/139307/1
author
mpriyank
<priyank.maheshwari@est.tech>
Wed, 30 Oct 2024 17:21:20 +0000
(17:21 +0000)
committer
mpriyank
<priyank.maheshwari@est.tech>
Wed, 30 Oct 2024 17:22:44 +0000
(17:22 +0000)
- 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>
cps-application/pom.xml
patch
|
blob
|
history
diff --git
a/cps-application/pom.xml
b/cps-application/pom.xml
index
08c7181
..
7aabb6a
100644
(file)
--- a/
cps-application/pom.xml
+++ b/
cps-application/pom.xml
@@
-181,7
+181,7
@@
<goals>
<goal>revision</goal>
</goals>
- <phase>
packag
e</phase>
+ <phase>
validat
e</phase>
</execution>
</executions>
<configuration>