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 cloudManager.target (contains a list of string values) in the CONGA environment it is possible:

  • If it contains none no "all" package is build.
  • If set to one or multiple environment names (normally dev/stage/prod) one "all" package for each of them is defined, and the environment name is added as runmode suffix to all config and install folders.
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"

Back to top

Version: 2.19.5-SNAPSHOT. Last Published: 2023-04-24.