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

OZG-14 add build informations

parent add739b3
Branches
Tags
No related merge requests found
......@@ -55,11 +55,25 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
<executions>
<execution>
<id>repackage</id>
<goals>
<goal>repackage</goal>
</goals>
</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>
</plugin>
<plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment