Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events

AEM as a Cloud Service Tutorials - Updating cloud service project with latest archetype | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

AEM as a Cloud Service Tutorials - Updating cloud service project with latest archetype by Adobe Docs

Abstract

Migrating from old aem archetype
To update your existing AEM Forms project with the latest maven archetype, you will have to manually copy your code/configurations etc., from the old project to the new project.

The following steps were followed to migrate the project created using archetype 30 to archetype 33 project

Create maven project using the latest archetype
Open command prompt and navigate to c:\cloudmanager
Create maven project using the latest archetype.
Copy and paste the content of the text file in your command prompt window. You may have to change the DarchetypeVersion=33 depending on the latest version. Archetype 33 includes new AEM Forms themes.
Since we are creating the new maven project in the cloudmanager folder which already has aem-banking-application project, you should change the DartifactId from aem-banking-application to something different. I have used aem-banking-application1 for this article.

Read Full Blog

AEM as a Cloud Service Tutorials - Updating cloud service project with latest archetype

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
0 Replies