I am following this link -https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-devel...
Can anyone tell what could be the reason
AEM version - 6.5
Archtype = 26
Solved! Go to Solution.
Views
Replies
Total Likes
I think you don;t have latest version of the analyser plugin. find the latest version of the plugin--> update your POM for the version. and then run your build command once again.
although your build was done.
See the below article on the same.
Hope this will help
Umesh Thakur
I think you don;t have latest version of the analyser plugin. find the latest version of the plugin--> update your POM for the version. and then run your build command once again.
although your build was done.
See the below article on the same.
Hope this will help
Umesh Thakur
Done
Thanks for your help
Hi @DuttAbhishek ,
Please try updating the analyzer to latest version and check once.
https://repo1.maven.org/maven2/com/adobe/aem/aemanalyser-maven-plugin/
https://github.com/adobe/aem-guides-wknd/blob/master/pom.xml
https://github.com/adobe/aem-guides-wknd/pull/281
or else skip the module as it is just a reference site and also analyser plugin is meant for AEMaaCS.
Done
Thanks for your help