How to add VERSION_INFO meta data to jar with spring boot ?
I have seen the plugin
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
with the execution "repackage" but I cannot add this meta_data in my executable jar file.