.mvn
config
docker
docs
platformQuickStarts
scripts
webgoat-container
webgoat-images
webgoat-integration-tests
webgoat-lessons
webgoat-server
webwolf
.gitignore
.travis.yml
COPYRIGHT.txt
CREATE_RELEASE.MD
LICENSE.txt
README.MD
RELEASE_NOTES.md
buildspec.yml
docker-compose-local.yml
docker-compose-postgres.yml
docker-compose.yml
goat-with-reverseproxy.yaml
mvn-debug
mvnw
mvnw.cmd
pmd-ruleset.xml
pom.xml
project-suppression.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
|
|
|