SEC-2097: Add Tomcat Gradle plugin

This commit is contained in:
Rob Winch
2013-08-05 16:22:33 -05:00
parent 343a76de13
commit 1f86d5dad9
12 changed files with 46 additions and 98 deletions

View File

@@ -1,15 +1,7 @@
apply plugin: 'war'
apply from: WAR_SAMPLE_GRADLE
sonarRunner {
skipProject = true
}
eclipse {
wtp {
component {
contextPath = 'concurrency'
}
}
war {
baseName = "concurrency"
}
dependencies {

View File

@@ -1,15 +1,7 @@
apply plugin: 'war'
apply from: WAR_SAMPLE_GRADLE
sonarRunner {
skipProject = true
}
eclipse {
wtp {
component {
contextPath = 'helloworld'
}
}
war {
baseName = "helloworld"
}
dependencies {

View File

@@ -1,15 +1,7 @@
apply plugin: 'war'
apply from: WAR_SAMPLE_GRADLE
sonarRunner {
skipProject = true
}
eclipse {
wtp {
component {
contextPath = 'inmemory'
}
}
war {
baseName = "inmemory"
}
dependencies {

View File

@@ -1,15 +1,7 @@
apply plugin: 'war'
apply from: WAR_SAMPLE_GRADLE
sonarRunner {
skipProject = true
}
eclipse {
wtp {
component {
contextPath = 'jdbc'
}
}
war {
baseName = "jdbc"
}
dependencies {

View File

@@ -1,15 +1,7 @@
apply plugin: 'war'
apply from: WAR_SAMPLE_GRADLE
sonarRunner {
skipProject = true
}
eclipse {
wtp {
component {
contextPath = 'ldap'
}
}
war {
baseName = "ldap"
}
dependencies {

View File

@@ -1,15 +1,7 @@
apply plugin: 'war'
apply from: WAR_SAMPLE_GRADLE
sonarRunner {
skipProject = true
}
eclipse {
wtp {
component {
contextPath = 'openid'
}
}
war {
baseName = "openid"
}
dependencies {

View File

@@ -1,15 +1,7 @@
apply plugin: 'war'
apply from: WAR_SAMPLE_GRADLE
sonarRunner {
skipProject = true
}
eclipse {
wtp {
component {
contextPath = 'preauth'
}
}
war {
baseName = "preauth"
}
dependencies {

View File

@@ -1,15 +1,7 @@
apply plugin: 'war'
apply from: WAR_SAMPLE_GRADLE
sonarRunner {
skipProject = true
}
eclipse {
wtp {
component {
contextPath = 'rememberme'
}
}
war {
baseName = "rememberme"
}
dependencies {

View File

@@ -1,16 +1,9 @@
apply plugin: 'war'
apply from: WAR_SAMPLE_GRADLE
sonarRunner {
skipProject = true
war {
baseName = "x509"
}
eclipse {
wtp {
component {
contextPath = 'x509'
}
}
}
dependencies {