Basic App Module
The basic app deployment module produces the web app for hosting the API endpoints and documentation.
Steps
generate
The "generate" step generates the deployment descriptors and config files. Refer to user guide to learn how to customize the deployment descriptors and config files.
compile
The "compile" step compiles all API source files, including the source files that were generated from other modules (e.g. JAX-WS Support module, GWT module, AMF module, etc.).
build
The "build" step assembles all the generated artifacts, compiled classes, and deployment descriptors into a directory.
Refer to user guide to learn how to customize the deployment descriptors and config files.
package
The "package" step packages the expanded war and exports it.
Configuration
The configuration for the basic app deployment module is defined entirely in the core Enunciate configuration. Refer to user guide to learn how to customize the deployment descriptors and config files.
Artifacts
The spring app deployment module exports the following artifacts:
- The "app.dir" artifact is the (expanded) web app directory, exported during the build step.
- The "war.file" artifact is the packaged war, exported during the package step.
