readded spring-boot-maven-plugin for taskana-rest-spring-example

This commit is contained in:
Mustapha Zorgati 2019-05-03 12:47:49 +02:00 committed by Holger Hagen
parent 47554f1273
commit 46885dd78b
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,7 @@
applications:
- name: taskana-rest
path: taskana-rest-spring-example.jar
buildpack: https://github.com/cloudfoundry/java-buildpack.git#v3.10
buildpacks:
- https://github.com/cloudfoundry/java-buildpack.git#v3.10
memory: 512M
disk_quota: 256M

View File

@ -129,6 +129,10 @@
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>