api / org.gradle.api.plugins / WarPlugin

WarPlugin

open class WarPlugin : Plugin<Project>

A Plugin which extends the JavaPlugin to add tasks which assemble a web application into a WAR file.

Constructors

<init>

WarPlugin(objectFactory: ObjectFactory)

Properties

PROVIDED_COMPILE_CONFIGURATION_NAME

static val PROVIDED_COMPILE_CONFIGURATION_NAME: String

PROVIDED_RUNTIME_CONFIGURATION_NAME

static val PROVIDED_RUNTIME_CONFIGURATION_NAME: String

WAR_TASK_NAME

static val WAR_TASK_NAME: String

WEB_APP_GROUP

static val WEB_APP_GROUP: String

Functions

apply

open fun apply(project: Project): Unit

configureConfigurations

open fun configureConfigurations(configurationContainer: ConfigurationContainer): Unit