You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

5 line
320 B

  1. @echo off
  2. copy /Y src\main\webapp\WEB-INF\classes\log4j.properties.prod src\main\webapp\WEB-INF\classes\log4j.properties
  3. copy /Y src\main\webapp\WEB-INF\app.properties.prod src\main\webapp\WEB-INF\app.properties
  4. copy /Y src\main\webapp\META-INF\context.xml.2fi src\main\webapp\META-INF\context.xml
  5. call gradlew clean war