Install the Smartcat connector for AEM as a Cloud Service

Overview

The Smartcat connector provides integration between Smartcat and Adobe Experience Manager (AEM) as a Cloud Service, streamlining translation and localization workflows. By connecting AEM to Smartcat, you can automate content translation and centralize management, saving time and ensuring consistency across languages.


Steps to install the Smartcat connector

  1. Check that the main POM.xml (the public Maven repository where the connector package resides) has a link to the Central Repository
<repository>
    <id>central</id>
    <name>Central Repository</name>
    <url>https://repo.maven.apache.org/maven2</url>
    <layout>default</layout>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
</repository>
  1. Open /all/pom.xml and add this code to dependencies:
<!-- Smartcat connector -->
<dependency>
    <groupId>com.smartcat.aem.connector</groupId>
    <artifactId>smartcat-connector.ui.apps</artifactId>
    <version>1.0.26</version>
    <type>zip</type>
</dependency>
  1. Add the connector package as an embedded section to /all/pom.xml

📌 The embedded section must be added to the plugins section, not the profiles one.

<!-- Smartcat connector -->
<embedded>
    <groupId>com.smartcat.aem.connector</groupId>
    <artifactId>smartcat-connector.ui.apps</artifactId>
    <type>zip</type>
    <target>/apps/smartcat-vendor-packages/application/install</target>
</embedded>
  1. Add a workspace filter for Jackrabbit FileVault. By default, filter settings are stored in /all/main/content/META-INF/vault/filter.xml. Add this filter to it:
<filter root="/apps/smartcat-vendor-packages"/>
  1. Commit all the changes to the branch and push the changes

  2. Run the build for AEM as a Cloud Service

After the build completes, the Smartcat connector is installed on your AEM Cloud Service environment.


Connector configuration

💡 Connector configuration is the same as for the on-premise version. See Connector configuration.


Translation process

To learn more about the translation process, see the step-by-step guide on translating your content in Adobe Experience Manager with Smartcat.

Still need help?

Our support team responds within one business day.

Open a support case