Hi @ManviSharma, Thank you for your input. I am using Maven 3.9.9, I get same error after running the clean package command. [ERROR] The build could not read 1 project -> [Help 1]org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:[ERROR] Unkno...
Hi @giuseppebaglio, Thank you for your input. <artifactId>maven-bundle-plugin</artifactId> already there in parent pom, I tried updating version from 2.3.4 to 3.3.0, but did not worked. The profile also exist.
Hi @ManviSharma, I tried adding <extensions>true</extensions> but still error is there. I get same error for both 0.5.1 and new 1.0.4 content-package-maven-plugin versions.
@giuseppebaglio here are the error I am getting.First I got error for com.day.jcr.vault (version 0.5.1), which I updated to 1.0.4. the the next I got error on <packaging> tag.Error 1: -[ERROR] [ERROR] Some problems were encountered while processing the POMs:[ERROR] Unresolveable build extension: Pl...
Trying to compile a app build on AEM 6.3 created with old archetype template. Initially it showing error for <groupId>com.day.jcr.vault</groupId><artifactId>content-package-maven-plugin</artifactId> since the version was 0.5.1 so I updated it to 1.0.4 but now it show error on <packaging> tag of appl...
@AmitVishwakarma Thank you. So latest S3 connector will work with any version of AEM SP like 6.5.15 or 6.5.18 or latest SP 22. Is that correct? When I used latest connector version with 6.5.0, the bundles were not resolved.
I am implementing S3 bucket for datastore, have some open question and could not found clarity anywhere so posting here. I followed the document (https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-16057) 1. Which version of s3 connector is compatible with 6.5.18, how we ca...
Hi All,I have created one A/B test activity, and I created different experience using VEC target plugin. I need to show these experiences for all pages so applied template rule, tried domain contains and path contains rules, but the experience is showed to only home page and not any other pages. Thi...
Hi @Vaishnav_S , these encryption/Decryption done using hmac and master files stored in granite.crypto.file bundle. You should keep backup of these files. In case your AEM crashed, replace these files and the old encrypted text will work otherwise you have to redo the encryption again.