api / org.gradle.plugins.ear.descriptor / DeploymentDescriptor / module

module

abstract fun module(module: EarModule, type: String): DeploymentDescriptor

Add a module to the deployment descriptor.

Parameters

module - The module to add.

type - The type of the module, such as "ejb", "java", etc.

Return
this.

abstract fun module(path: String, type: String): DeploymentDescriptor

Add a module to the deployment descriptor.

Parameters

path - The path of the module to add.

type - The type of the module, such as "ejb", "java", etc.

Return
this.