apply plugin: 'war'
apply from: TOMCAT_GRADLE
war {
baseName = "sample"
}
sonarqube {
skipProject = true