Skip to content
Snippets Groups Projects
Commit 8fa652b1 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-14 add build informations

parent add739b3
No related branches found
No related tags found
No related merge requests found
...@@ -55,11 +55,25 @@ ...@@ -55,11 +55,25 @@
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version> <version>${spring.boot.version}</version>
<executions> <executions>
<execution> <execution>
<id>repackage</id>
<goals> <goals>
<goal>repackage</goal> <goal>repackage</goal>
</goals> </goals>
</execution> </execution>
<execution>
<id>build info</id>
<goals>
<goal>build-info</goal>
</goals>
<!-- <configuration>
<additionalProperties>
<jenkins.build.number>${buildnumber}</jenkins.build.number>
</additionalProperties>
</configuration> -->
</execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment