conga-aem:cloudmanager-dispatcher-config
Full name:
io.wcm.devops.conga.plugins:conga-aem-maven-plugin:2.19.5-SNAPSHOT:cloudmanager-dispatcher-config
Description:
Builds an Dispatcher configuration ZIP file dedicated for deployment via Adobe Cloud Manager for the given environment and node(s). Only nodes with role
aem-dispatcher-cloud
are respected.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<configurationDir> |
File |
- |
Path for the generated configuration files. Default value is: ${project.build.directory}/configuration . |
<environments> |
String[] |
- |
Selected environments to generate. User property is: conga.environments . |
<nodes> |
String[] |
- |
Selected nodes to generate. User property is: conga.nodes . |
<outputTimestamp> |
String |
- |
(no description) Default value is: ${project.build.outputTimestamp} . |
<skip> |
boolean |
- |
Set this to "true" to skip installing packages to CRX although configured in the POM. Default value is: false .User property is: conga.cloudManager.dispatcherConfig.skip . |
<target> |
File |
- |
Target path for the generated copied files. Default value is: ${project.build.directory} . |
Parameter Details
<configurationDir>
Path for the generated configuration files.
- Type:
java.io.File
- Required:
No
- Default:
${project.build.directory}/configuration
<environments>
Selected environments to generate.
- Type:
java.lang.String[]
- Required:
No
- User Property:
conga.environments
<nodes>
Selected nodes to generate.
- Type:
java.lang.String[]
- Required:
No
- User Property:
conga.nodes
<outputTimestamp>
(no description)
- Type:
java.lang.String
- Required:
No
- Default:
${project.build.outputTimestamp}
<skip>
Set this to "true" to skip installing packages to CRX although configured in the POM.
- Type:
boolean
- Required:
No
- User Property:
conga.cloudManager.dispatcherConfig.skip
- Default:
false
<target>
Target path for the generated copied files.
- Type:
java.io.File
- Required:
No
- Default:
${project.build.directory}