New release should create a new webgoat directory with version tag inside #423

This commit is contained in:
nbaars
2018-01-21 17:46:43 +01:00
parent ee11381a63
commit 04ccf9a422
2 changed files with 4 additions and 3 deletions

View File

@ -29,7 +29,8 @@ multipart.location=${java.io.tmpdir}
multipart.max-file-size=1Mb
multipart.max-request-size=1Mb
webgoat.server.directory=${user.home}/.webgoat/
webgoat.build.version=@project.version@
webgoat.server.directory=${user.home}/.webgoat-${webgoat.build.version}/
webwolf.fileserver.location=${java.io.tmpdir}/webwolf-fileserver
spring.jackson.serialization.indent_output=true