Ear Plugin Convention
Deprecated
Ear Plugin Convention.
Deprecated
Instead of using conventions, configure the tasks directly. This class is scheduled for removal in Gradle 9.0.
Functions
Link copied to clipboard
Allows changing the application directory.
Link copied to clipboard
abstract fun deploymentDescriptor(@DelegatesTo(value = DeploymentDescriptor::class ) configureClosure: Closure): EarPluginConvention
abstract fun deploymentDescriptor(configureAction: Action<in DeploymentDescriptor>): EarPluginConvention
Configures the deployment descriptor for this EAR archive.
Link copied to clipboard
The name of the application directory, relative to the project directory.
Link copied to clipboard
A custom deployment descriptor configuration.
Link copied to clipboard
Specifies if the deploymentDescriptor should be generated if it does not exist.
Link copied to clipboard
The name of the library directory in the EAR file.
Link copied to clipboard
Allows changing the library directory in the EAR file.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard