Update buildspec.yml
This commit is contained in:
14
buildspec.yml
Normal file
14
buildspec.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user