gradle
Toggle table of contents
9.7.0-20260526005751+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.plugins.ear
/
EarPlugin
Ear
Plugin
API
abstract
class
EarPlugin
:
Plugin
<
Project
>
(
source
)
A
Plugin
with tasks which assemble a web application into a EAR file.
See also
EAR plugin reference
Members
Constructors
Ear
Plugin
Link copied to clipboard
API
@
Inject
constructor
(
objectFactory
:
ObjectFactory
,
jvmPluginServices
:
JvmPluginServices
,
taskDependencyFactory
:
TaskDependencyFactory
)
Injects an
ObjectFactory
Properties
DEPLOY_
CONFIGURATION_
NAME
Link copied to clipboard
API
val
DEPLOY_CONFIGURATION_NAME
:
String
=
"deploy"
EAR_
TASK_
NAME
Link copied to clipboard
API
val
EAR_TASK_NAME
:
String
=
"ear"
EARLIB_
CONFIGURATION_
NAME
Link copied to clipboard
API
val
EARLIB_CONFIGURATION_NAME
:
String
=
"earlib"
Functions
apply
Link copied to clipboard
API
open
fun
apply
(
project
:
Project
)
Apply this plugin to the given target object.