readded spring-boot-maven-plugin for taskana-rest-spring-example
This commit is contained in:
parent
47554f1273
commit
46885dd78b
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue