diff --git a/build.gradle b/build.gradle index 7089fff..7800ced 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,5 @@ apply plugin: "groovy" +apply plugin: "war" apply plugin: "maven" group = "com.jdblabs" @@ -16,7 +17,7 @@ dependencies { compile 'ch.qos.logback:logback-classic:1.1.2' compile 'com.martiansoftware:nailgun-server:0.9.1' compile 'com.jdbernard:jdb-util:3.4' - compile 'javax.servlet:javax.servlet-api:3.0.1' + providedCompile 'javax.servlet:javax.servlet-api:3.0.1' testCompile 'junit:junit:4.12' } diff --git a/src/main/resources/etc/bash_completion.d/gtd b/src/etc/bash_completion.d/gtd similarity index 100% rename from src/main/resources/etc/bash_completion.d/gtd rename to src/etc/bash_completion.d/gtd diff --git a/src/main/resources/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from src/main/resources/WEB-INF/web.xml rename to src/main/webapp/WEB-INF/web.xml