add buildspec.yml file

This commit is contained in:
unknown 2023-08-14 16:11:24 -04:00
parent 0a529015bc
commit a56083d516

19
buildspec.yml Normal file
View file

@ -0,0 +1,19 @@
version: 0.2
phases:
install:
runtimeversion:
java:openjdk8
prebuild:
commands:
- echo Nothing to do in prebuild
build:
commands:
- echo Build Started on `date`
- mvn package
post_build:
commands:
- echo Build completed on `date`
artifacts:
files:
- target/spring-petckinic-2.2.0.BUILD-SNAPSHOT.jar