EarPlugin

abstract class EarPlugin : Plugin<Project> (source)

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

See also

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val EAR_TASK_NAME: String = "ear"
Link copied to clipboard

Functions

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