Ant Script Library: asl-java-war.xml
Overview
asl-java-war.xml contains properties and targets for
creating and deploying war files.
For projects that produce a war file as the only output distributable,
it is usual to override the "dist" target to depend upon the
"war" target instead of the default "jar"
target. The following example demonstrates this technique:
<project>
TODO
</project>
Properties
All properties defined within this module are prefixed with
"java-war."
| Name | Default Value | Description |
|---|---|---|
|
|
|
|
|
Targets
war
TBD
-war-prepare-libs
TBD
Is there a problem or mistake on this page? Do you want to contribute some changes? Send me an email at joe@exubero.com.
