EarPlugin

abstract class EarPlugin : Plugin<Project> (source)

A Plugin with tasks which assemble a web application into a EAR file.

Since

1.0

See also

Constructors

Link copied to clipboard
@Inject
constructor(objectFactory: ObjectFactory, jvmPluginServices: JvmPluginServices)
Injects an ObjectFactory

Properties

Link copied to clipboard
The deploy configuration name.
Link copied to clipboard
val EAR_TASK_NAME: String = "ear"
The ear task name.
Link copied to clipboard
The earlib configuration name.

Functions

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