add buildspec.yml file

This commit is contained in:
unknown 2023-08-14 18:22:50 -04:00
parent 57e8faa1ee
commit 263d3a1e4c

View file

@ -2,13 +2,15 @@
version: 0.2 version: 0.2
phases: phases:
install: install:
runtimeversion: java:openjdk8 runtime-versions:
java: corretto17
pre_build: pre_build:
commands: commands:
- echo Nothing to do in prebuil - echo Nothing to do in prebuild
build: build:
commands: commands:
- echo Build Started on `date` - echo Build Started on `date`
- mvn install
- mvn package - mvn package
post_build: post_build:
commands: commands: