Plugin Documentation
Goals available for this plugin:
Goal | Description |
---|---|
conga-aem:cloudmanager-all-package | Builds an "all" content package dedicated for deployment via Adobe Cloud Manager for the given environment and node(s). By default, it builds one "all" package per environment and node without adding any Cloud Manager environment-specific run mode suffixes to the folders. By defining a parameter
|
conga-aem:cloudmanager-dispatcher-config | 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. |
conga-aem:help | Display help information on conga-aem-maven-plugin. Call mvn conga-aem:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
conga-aem:package-install | Installs all AEM content packages and OSGi bundles to AEM which are referenced in a model.yaml generated by CONGA for a node. |
System Requirements
The following specifies the minimum requirements to run this Maven plugin:
Maven | 3.3.9 |
JDK | 11 |
Usage
You should specify the version in your project's plugin configuration:
<project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>io.wcm.devops.conga.plugins</groupId> <artifactId>conga-aem-maven-plugin</artifactId> <version>2.19.5-SNAPSHOT</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>io.wcm.devops.conga.plugins</groupId> <artifactId>conga-aem-maven-plugin</artifactId> </plugin> ... </plugins> </build> ... </project>
For more information, see "Guide to Configuring Plug-ins"