Hello.
I ran with an issue when I executed the mvn clean install -P full, the plugin in charge to deploy the content to the JCR is throwing the following error:
[INFO] --- content-package-maven-plugin:0.5.1:package (create-package) @ company-ui ---
[WARNING] The POM for com.day.jcr.vault:content-package-maven-plugin:jar:0.5.1 is missing, no dependency information available
[WARNING] Error injecting: com.day.jcr.vault.maven.pack.VaultMojo
java.lang.NoClassDefFoundError: org/codehaus/plexus/archiver/jar/JarArchiver
I've followed some advice like, downgrade the maven version to 3.25, and chenge the vault plugin to the com.day.jcr.vault:content-package-maven-plugin-0.5.1, but I haven't had luck with those tries.
I hope some else had ran with the same error before and can help me to get this fixed.
Thanks community.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
See this community article as Kautuk stated: Adobe Experience Manager Help | Creating your first Adobe Experience Manager Service using an Maven ...
Also, make sure you include correct Adobe profiles in setting.xml file as discussed in the article.
Hope this helps!
Ratna.
Views
Replies
Total Likes
Did you checked this :- Issues with archetype 11 / AEM 6.3 · Issue #94 · Adobe-Marketing-Cloud/aem-project-archetype · GitHu...
//Add -Padobe-public to the mvn command
or
update your settings.xml as mentioned in Adobe Experience Manager Help | Creating your first Adobe Experience Manager Service using an Maven ...
~kautuk
Views
Replies
Total Likes
Hi,
See this community article as Kautuk stated: Adobe Experience Manager Help | Creating your first Adobe Experience Manager Service using an Maven ...
Also, make sure you include correct Adobe profiles in setting.xml file as discussed in the article.
Hope this helps!
Ratna.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies