빌드명 변경
This commit is contained in:
+5
-3
@@ -143,10 +143,12 @@ test {
|
||||
enabled = true
|
||||
}
|
||||
|
||||
war {
|
||||
bootWar {
|
||||
archiveFileName = "eapim-portal-boot.war"
|
||||
}
|
||||
|
||||
// Set the name of the WAR file (optional)
|
||||
archiveFileName = "PTLWeb.war"
|
||||
war {
|
||||
archiveFileName = "eapim-portal.war"
|
||||
|
||||
from('src/main/resources/jeus-web-dd.xml') { into 'WEB-INF' }
|
||||
from('src/main/resources/weblogic.xml') { into 'WEB-INF' }
|
||||
|
||||
Reference in New Issue
Block a user