Added buildspec.yml for AWS CodeBuild.

This commit is contained in:
Christopher Jones 2017-08-16 07:48:04 -05:00
parent 979fa1972a
commit 552a5247a3

29
buildspec.yml Normal file
View file

@ -0,0 +1,29 @@
version: 0.2
#env:
# variables:
# key: "value"
# key: "value"
phases:
# install:
# commands:
# - command
# - command
# pre_build:
# commands:
# - command
# - command
build:
commands:
- mvn clean package
# post_build:
# commands:
# - command
# - command
artifacts:
files:
- location
- location
discard-paths: yes
base-directory: location