gradle weblogic 빌드 추가
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ war {
|
|||||||
if (profile == "weblogic") {
|
if (profile == "weblogic") {
|
||||||
webXml = file("WebContent/WEB-INF/weblogic-web.xml")
|
webXml = file("WebContent/WEB-INF/weblogic-web.xml")
|
||||||
}
|
}
|
||||||
archiveFileName = "eapim-admin.war"
|
archiveFileName = "eapim-online.war"
|
||||||
duplicatesStrategy = DuplicatesStrategy.WARN
|
duplicatesStrategy = DuplicatesStrategy.WARN
|
||||||
|
|
||||||
exclude '**/persistence.xml'
|
exclude '**/persistence.xml'
|
||||||
|
|||||||
Reference in New Issue
Block a user