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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWarPlugin
(ObjectFactory objectFactory, org.gradle.api.internal.attributes.AttributesFactory attributesFactory) -
Method Summary
-
Field Details
-
PROVIDED_COMPILE_CONFIGURATION_NAME
- See Also:
-
PROVIDED_RUNTIME_CONFIGURATION_NAME
- See Also:
-
WAR_TASK_NAME
- See Also:
-
-
Constructor Details
-
WarPlugin
@Inject public WarPlugin(ObjectFactory objectFactory, org.gradle.api.internal.attributes.AttributesFactory attributesFactory)
-
-
Method Details