Computer Science, asked by AnantReigns1316, 11 months ago

The war plugin enables the default JAR archive generation of the Java plugin. true or false

Answers

Answered by MrTSR
0
The statement is True.
Answered by aqibkincsem
0

“The war plugin enables the default JAR archive generation of the Java plugin” .The Answer is true.

The War plugin expand  the Java type plugin to support for assembling and to achieve  web application related WAR files.

This make it unable  the default JAR to archive generation of the Java plugin and addition of  a default WAR archive process.

To apply  the War plugin, the following need to be included in  build script:Example 1. Using the War plugin: GroovyKotlin. build.gradle. plugins {id 'war'

Similar questions