gradle weblogic 빌드 추가
This commit is contained in:
@@ -46,6 +46,15 @@ compileJava {
|
||||
}
|
||||
|
||||
war {
|
||||
// 2025.10.13 - weblogic 대응 (weblogic-web.xml -> web.xml 강제 사용)
|
||||
def profile = project.findProperty("profile") ?: "tomcat"
|
||||
|
||||
if (profile == "weblogic") {
|
||||
webXml = file("WebContent/WEB-INF/weblogic-web.xml")
|
||||
}
|
||||
archiveFileName = "eapim-admin.war"
|
||||
duplicatesStrategy = DuplicatesStrategy.WARN
|
||||
|
||||
exclude '**/persistence.xml'
|
||||
exclude '**/context.xml'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user