platformQuickStarts
scripts
webgoat-container
webgoat-images
webgoat-lessons
webgoat-server
webwolf
.gitignore
.travis.yml
CREATE_RELEASE.MD
README.MD
buildspec.yml
docker-compose-postgres.yml
docker-compose.yml
mvn-debug
pom.xml
13 lines
168 B
YAML
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
|
|
|