Files
Sofiene BEN KHEMIS bbedce169d Update buildspec.yml
2021-05-09 20:35:35 +02:00

15 lines
276 B
YAML

version: 0.2
phases:
build:
commands:
- echo Entered the build phase...
- mvn clean package
post_build:
commands:
- echo Build completed successfully
artifacts:
files:
- ms-launcher/target/ms-launcher-1.0-SNAPSHOT.jar
discard-paths: yes