Solved
Not able to handle this error for AEM6.5
- February 11, 2024
- 5 replies
- 1147 views
I am getting this error. Please guide me how to resolve it.
I followed this step:
Open a new command-line terminal and perform the following actions.
In an empty directory, clone the aem-guides-wknd repository:
$ git clone git@github.com:adobe/aem-guides-wknd.git --branch tutorial/component-basics-start --single-branch
Optionally, you can continue using the project generated in the previous chapter, Project Setup.
Navigate into the aem-guides-wknd folder.
$ cd aem-guides-wknd
Build and deploy the project to a local instance of AEM with the following command:
$ mvn clean install -PautoInstallSinglePackage
NOTEIf using AEM 6.5 or 6.4, append the classic profile to any Maven commands.
$ mvn clean install -PautoInstallSinglePackage -Pclassic