Hi All,
I am using AEM 6.2 with SP1, using below profile to build and deploy project in 6.2
mvn clean install -P autoInstallPackage
Throwing below error
Request failed: org.apache.jackrabbit.vault.packaging.PackageException: java.lang.IllegalStateException: folder handler did not accept
CQ is running properly, when i am running mvn clean install that time all bundles and packages build successfully.
Whil installing the packages manually getting below error
Error: java.lang.IllegalStateException: folder handler did not accept /apps/testproject/components/content/general/rich-text/authoring/clientlibs/richtext/js/richtext.js
Please help me on this.I am using maven version 3.3.1, java version 1.8.0_121
Thanks,
Pradeep