readded spring-boot-maven-plugin for taskana-rest-spring-example
This commit is contained in:
parent
47554f1273
commit
46885dd78b
|
@ -2,6 +2,7 @@
|
||||||
applications:
|
applications:
|
||||||
- name: taskana-rest
|
- name: taskana-rest
|
||||||
path: taskana-rest-spring-example.jar
|
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
|
memory: 512M
|
||||||
disk_quota: 256M
|
disk_quota: 256M
|
||||||
|
|
|
@ -129,6 +129,10 @@
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
Loading…
Reference in New Issue