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
phases:
install:
runtimeversion: java:openjdk8
runtime-versions:
java: corretto17
pre_build:
commands:
- echo Nothing to do in prebuil
- echo Nothing to do in prebuild
build:
commands:
- echo Build Started on `date`
- mvn install
- mvn package
post_build:
commands: