GatherContentโs AEM integration allows content editors to import and update content from GatherContent to AEM. Editors are able to specify import mappings, defining which templates and fields should be mapped and then imported or updated. The integration also allows content editors to update the GatherContent workflow status for all items that are successfully imported or updated.
- Migrate (import) content from GatherContent into AEM
- Update migrated (imported) content in AEM
AEM 6.0 |
AEM 6.1 |
AEM 6.2 |
AEM 6.3 |
AEM 6.4 |
AEM 6.5 |
---|---|---|---|---|---|
๐ Supported | ๐ Supported | ๐ Supported | ๐ Supported | ๐ Supported | ๐ Supported |
Note: Latest versions of tool are tested on AEM 6.5. Previous versions may require some adaptation work. |
The main parts of the template are:
- core: Java bundle containing all core functionality like OSGi services, listeners or schedulers, as well as component-related Java code such as servlets or request filters.
- ui.apps: contains the /apps (and /etc) parts of the project, ie JS&CSS clientlibs, components, templates, runmode specific configs as well as Hobbes-tests
To build all the modules run in the project root directory the following command with Maven 3:
mvn clean install
If you have a running AEM instance you can build and package the whole project and deploy into AEM with
mvn clean install -PautoInstallPackage
Or to deploy it to a publish instance, run
mvn clean install -PautoInstallPackagePublish
Or to deploy only the bundle to the author, run
mvn clean install -PautoInstallBundle
v2.0 is in open beta.
The project comes with the auto-public repository configured. To setup the repository in your Maven settings, refer to:
http://helpx.adobe.com/experience-manager/kb/SetUpTheAdobeMavenRepository.html
20/01/2023 4.0.0-beta API migration
23/09/2021 2.0.9-beta API migration
06/09/2019 2.0.8-beta Tech Changes + Bug Fix
07/12/2018 2.0.7-beta Tech Changes
24/05/2018 2.0.6-beta Bug Fix
12/04/2018 2.0.5-beta Bug Fix
03/10/2017 2.0.4-beta Bug Fix
08/09/2017 2.0.3-beta Bug Fix + Tech Changes
15/08/2017 2.0.2-beta Bug Fix
12/08/2017 2.0.1-beta Major Release 2
27/02/2017 1.0.38.1 Bug Fix
28/11/2016 1.0.38 Major Release 1