Files
platformQuickStarts
webgoat-container
webgoat-images
webgoat-lessons
webgoat-server
.gitignore
.travis.yml
README.MD
buildspec.yml
mvn-debug
pom.xml
webgoat_developer_bootstrap.sh
WebGoat/buildspec.yml
2017-05-21 16:04:49 +02:00

13 lines
168 B
YAML

version: 0.1
phases:
build:
commands:
- mvn package
artifacts:
files:
- webgoat-server/target/webgoat-server-8.0-SNAPSHOT.jar
discard-paths: yes