Parameters
Attribute | Description | Required |
---|---|---|
WARProjectName | Name of the Web Project (case sensitive) | Yes |
WARExportFile | Absolute path of the WAR file | Yes |
ExportSource | Whether to include source files or not | No, default is false |
Overwrite | Whether to overwrite if the file already exists | No, default is false |
Examples
<warExport WARProjectName="ProjectWeb" WARExportFile="C:\ProjectWeb.war"/>
<warExport WARProjectName="ProjectWeb" WARExportFile="C:\ProjectWeb.war" ExportSource="true"/>