Package org.gradle.api.plugins
Class WarPlugin
java.lang.Object
org.gradle.api.plugins.WarPlugin
A Plugin
which extends the JavaPlugin
to add tasks which assemble a web application into a WAR
file.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionWarPlugin
(ObjectFactory objectFactory, org.gradle.api.internal.attributes.AttributesFactory attributesFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Apply this plugin to the given target object.void
configureConfigurations
(ConfigurationContainer configurationContainer) Deprecated.This method will be removed in Gradle 9.0.
-
Field Details
-
PROVIDED_COMPILE_CONFIGURATION_NAME
- See Also:
-
PROVIDED_RUNTIME_CONFIGURATION_NAME
- See Also:
-
WAR_TASK_NAME
- See Also:
-
WEB_APP_GROUP
Deprecated.This constant scheduled for removal in Gradle 9.0Task group for web application related tasks.- See Also:
-
-
Constructor Details
-
WarPlugin
@Inject public WarPlugin(ObjectFactory objectFactory, org.gradle.api.internal.attributes.AttributesFactory attributesFactory)
-
-
Method Details
-
apply
Description copied from interface:Plugin
Apply this plugin to the given target object. -
configureConfigurations
Deprecated.This method will be removed in Gradle 9.0.This method is intended for internal use and should not be called.
-