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
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni