Small fixes for ear package.

This commit is contained in:
Tomasz Półgrabia 2021-01-04 19:21:34 +01:00
parent 561396dae4
commit 708b9c3e3b
4 changed files with 10 additions and 22 deletions

View file

@ -6,10 +6,8 @@ dependencies {
}
ear {
appDirName 'src/main/app' // use application metadata found in this folder
libDirName 'APP-INF/lib'
deploymentDescriptor { // custom entries for application.xml:
initializeInOrder = true
initializeInOrder = false
webModule('javaee-demo1-web-' + project.version + '.war', '/api')
}
}
}