...
Top level configuration elements | Description | Mandatory? | Default value |
---|---|---|---|
Definition of a Configuration | Defaults to a standalone configuration if the container is of type local and a runtime one if it's of type remote | ||
Definition of a Container | Defaults to a Jetty 9.x installed local container if not specified | ||
Definition of a Deployer | Defaults to a deployer matching the container's type if none is specified (installed local deployer for an installed container, remote deployer for a remote container and embedded local deployer for an embedded container) | ||
A list of deployables that are going to be deployed in the container when it is started or when | If the project's packaging is | ||
Additional configuration that is used when deploying with the Cargo Daemon. | For more information, please read: Cargo Daemon. | ||
| Set this to | Defaults to | |
<ignoreFailures> | Set this to | Defaults to false , you can also steer it using the system property cargo.ignore.failures | |
<useLogCategoryPrefix> | Set this to Since Codehaus Cargo Maven 3 Plugin version 1.10.11 onwards. | ![]() | Defaults to false , you can also steer it using the system property cargo.maven.useLogCategoryPrefix |
...