Skip to content

Commit bba931d

Browse files
authored
Create buildspec.yml
1 parent fc9ddc4 commit bba931d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

buildspec.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 0.1
2+
3+
phases:
4+
build:
5+
commands:
6+
- echo Build completed on `date`
7+
- mvn package
8+
9+
artifacts:
10+
files:
11+
- '**/*'

0 commit comments

Comments
 (0)