Include entire config dir in server archive package

This commit is contained in:
Andrew Guibert 2018-10-03 15:56:00 -05:00
parent 8dc27c48a6
commit fff3388b62

View File

@ -82,6 +82,7 @@ liberty {
name = 'frontendServer' name = 'frontendServer'
apps = [war] apps = [war]
bootstrapProperties = ['httpPort': httpPort, 'httpsPort': httpsPort, 'application.name': applicationName] bootstrapProperties = ['httpPort': httpPort, 'httpsPort': httpsPort, 'application.name': applicationName]
configDirectory = file('src/main/liberty/config')
} }
} }