WarPlugin

abstract class WarPlugin : Plugin<Project> (source)

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

See also

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val WAR_TASK_NAME: String = "war"

Functions

Link copied to clipboard
open fun apply(project: Project)
Apply this plugin to the given target object.