add buildspec.yml file

This commit is contained in:
unknown 2023-08-18 12:55:41 -04:00
parent 6a5cdbc330
commit f1b67b2529

View file

@ -10,6 +10,7 @@ phases:
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: