SEC-2097: Add Tomcat Gradle plugin
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
apply plugin: 'war'
|
||||
apply from: WAR_SAMPLE_GRADLE
|
||||
|
||||
sonarRunner {
|
||||
skipProject = true
|
||||
}
|
||||
|
||||
eclipse {
|
||||
wtp {
|
||||
component {
|
||||
contextPath = 'concurrency'
|
||||
}
|
||||
}
|
||||
war {
|
||||
baseName = "concurrency"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -1,15 +1,7 @@
|
||||
apply plugin: 'war'
|
||||
apply from: WAR_SAMPLE_GRADLE
|
||||
|
||||
sonarRunner {
|
||||
skipProject = true
|
||||
}
|
||||
|
||||
eclipse {
|
||||
wtp {
|
||||
component {
|
||||
contextPath = 'helloworld'
|
||||
}
|
||||
}
|
||||
war {
|
||||
baseName = "helloworld"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -1,15 +1,7 @@
|
||||
apply plugin: 'war'
|
||||
apply from: WAR_SAMPLE_GRADLE
|
||||
|
||||
sonarRunner {
|
||||
skipProject = true
|
||||
}
|
||||
|
||||
eclipse {
|
||||
wtp {
|
||||
component {
|
||||
contextPath = 'inmemory'
|
||||
}
|
||||
}
|
||||
war {
|
||||
baseName = "inmemory"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -1,15 +1,7 @@
|
||||
apply plugin: 'war'
|
||||
apply from: WAR_SAMPLE_GRADLE
|
||||
|
||||
sonarRunner {
|
||||
skipProject = true
|
||||
}
|
||||
|
||||
eclipse {
|
||||
wtp {
|
||||
component {
|
||||
contextPath = 'jdbc'
|
||||
}
|
||||
}
|
||||
war {
|
||||
baseName = "jdbc"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -1,15 +1,7 @@
|
||||
apply plugin: 'war'
|
||||
apply from: WAR_SAMPLE_GRADLE
|
||||
|
||||
sonarRunner {
|
||||
skipProject = true
|
||||
}
|
||||
|
||||
eclipse {
|
||||
wtp {
|
||||
component {
|
||||
contextPath = 'ldap'
|
||||
}
|
||||
}
|
||||
war {
|
||||
baseName = "ldap"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -1,15 +1,7 @@
|
||||
apply plugin: 'war'
|
||||
apply from: WAR_SAMPLE_GRADLE
|
||||
|
||||
sonarRunner {
|
||||
skipProject = true
|
||||
}
|
||||
|
||||
eclipse {
|
||||
wtp {
|
||||
component {
|
||||
contextPath = 'openid'
|
||||
}
|
||||
}
|
||||
war {
|
||||
baseName = "openid"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -1,15 +1,7 @@
|
||||
apply plugin: 'war'
|
||||
apply from: WAR_SAMPLE_GRADLE
|
||||
|
||||
sonarRunner {
|
||||
skipProject = true
|
||||
}
|
||||
|
||||
eclipse {
|
||||
wtp {
|
||||
component {
|
||||
contextPath = 'preauth'
|
||||
}
|
||||
}
|
||||
war {
|
||||
baseName = "preauth"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -1,15 +1,7 @@
|
||||
apply plugin: 'war'
|
||||
apply from: WAR_SAMPLE_GRADLE
|
||||
|
||||
sonarRunner {
|
||||
skipProject = true
|
||||
}
|
||||
|
||||
eclipse {
|
||||
wtp {
|
||||
component {
|
||||
contextPath = 'rememberme'
|
||||
}
|
||||
}
|
||||
war {
|
||||
baseName = "rememberme"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
apply plugin: 'war'
|
||||
apply from: WAR_SAMPLE_GRADLE
|
||||
|
||||
sonarRunner {
|
||||
skipProject = true
|
||||
war {
|
||||
baseName = "x509"
|
||||
}
|
||||
|
||||
eclipse {
|
||||
wtp {
|
||||
component {
|
||||
contextPath = 'x509'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user