update springboot fixture to create jar with a prepended shell script

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
Alex Goodman 2021-06-02 14:47:11 -04:00
parent 776164a078
commit 8f85c8affc
No known key found for this signature in database
GPG Key ID: 5CB45AE22BAB7EA7

View File

@ -52,10 +52,12 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>1.0.2.RELEASE</version>
<version>2.1.5.RELEASE</version>
<configuration>
<mainClass>${start-class}</mainClass>
<layout>ZIP</layout>
<!-- this gives us a specific build example with a self-executing jar (jar with a shell script prefixed to the archive) -->
<executable>true</executable>
</configuration>
<executions>
<execution>