Plugin Details
This report describes goals, parameters details, requirements and sample usage of this plugin.
Goals
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.8.6 |
| JDK | 21 |
System Requirements History
The following specifies the minimum requirements to run this Maven plugin for historical versions:
| Plugin Version | Maven | JDK |
|---|---|---|
| from 2.23.0 to 2.23.4 | 3.3.9 | 17 |
| from 2.19.2 to 2.22.0 | 3.3.9 | 11 |
| from 2.17.0 to 2.19.0 | 3.3.9 | 8 |
| from 1.5.2 to 2.16.2 | 3.0.5 | 8 |
| from 1.3.0 to 1.5.0 | - | 8 |
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.23.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"