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.
 
 
 
 

6 regels
273 B

  1. #!/bin/bash
  2. cp src/main/webapp/WEB-INF/classes/log4j.properties.prod src/main/webapp/WEB-INF/classes/log4j.properties
  3. cp src/main/webapp/WEB-INF/app.properties.prod src/main/webapp/WEB-INF/app.properties
  4. rm -rf src/main/webapp/META-INF/context.xml
  5. bash ./gradlew clean war