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
- Check that the main
POM.xml(the public Maven repository where the connector package resides) has a link to theCentral 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>
- Open
/all/pom.xmland add this code todependencies:
<!-- Smartcat connector -->
<dependency>
<groupId>com.smartcat.aem.connector</groupId>
<artifactId>smartcat-connector.ui.apps</artifactId>
<version>1.0.26</version>
<type>zip</type>
</dependency>
- Add the connector package as an
embeddedsection to/all/pom.xml
📌 The
embeddedsection must be added to thepluginssection, 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>
- 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"/>
-
Commit all the changes to the branch and push the changes
-
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.