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.