api / org.gradle.plugins.ear / EarPlugin

EarPlugin

open class EarPlugin : Plugin<Project>

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

Constructors

<init>

EarPlugin(objectFactory: ObjectFactory, fileResolver: FileResolver)

Injects an ObjectFactory and a FileResolver instance.

Properties

DEPLOY_CONFIGURATION_NAME

static val DEPLOY_CONFIGURATION_NAME: String

EARLIB_CONFIGURATION_NAME

static val EARLIB_CONFIGURATION_NAME: String

EAR_TASK_NAME

static val EAR_TASK_NAME: String

Functions

apply

open fun apply(project: Project): Unit