WarPlugin

abstract class WarPlugin : Plugin<T> (source)

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

See also

<a href="https://docs.gradle.org/current/userguide/war_plugin.html">WAR plugin reference</a>

Constructors

Link copied to clipboard
@Inject
constructor(objectFactory: ObjectFactory, attributesFactory: ImmutableAttributesFactory)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val WAR_TASK_NAME: String = "war"
Link copied to clipboard
val WEB_APP_GROUP: String = "web application"
Task group for web application related tasks.

Functions

Link copied to clipboard
open fun apply(project: Project)
Link copied to clipboard
open fun configureConfigurations(configurationContainer: ConfigurationContainer)
This method is intended for internal use and should not be called.