Goal | Description |
---|
tuscany-war:tuscany-war | Build the tuscany war file by adding the tuscany dependencies.
Performs the following tasks.
- Adds the boot dependencies transitively to WEB-INF/tuscany/boot
- By default boot libraries are transitively resolved from webapp-host
- The version of boot libraries can be specified using configuration/runTimeVersion element
- Boot libraries can be overridden using the configuration/bootLibs element in the plugin
- Adds the extension artifacts specified using configuration/extensions to WEB-INF/tuscany/extensions
- If configuration/loadExtensionsDependency is set to true extension dependencies are transitivel loaded
- Extension dependencies are loaded into WEB-INF/tuscany/repository directory in a Maven repo format
- Extension dependency metadata is written to WEB-INF/tuscany/repository/dependency.metadata file
|