Changing git-info plugin phase 07/139307/1
authormpriyank <priyank.maheshwari@est.tech>
Wed, 30 Oct 2024 17:21:20 +0000 (17:21 +0000)
committermpriyank <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

index 08c7181..7aabb6a 100644 (file)
                         <goals>
                             <goal>revision</goal>
                         </goals>
-                        <phase>package</phase>
+                        <phase>validate</phase>
                     </execution>
                 </executions>
                 <configuration>