Small fixes for ear package.
This commit is contained in:
parent
561396dae4
commit
708b9c3e3b
4 changed files with 10 additions and 22 deletions
|
@ -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')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue