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

webModule

abstract fun webModule(path: String, contextRoot: String): DeploymentDescriptor

Add a web module to the deployment descriptor.

Parameters

path - The path of the module to add.

contextRoot - The context root type of the web module.

Return
this.