[ERROR] Failed to execute goal com.day.jcr.vault:maven-vault-plugin:0.0.10:packa
ge (create-package) on project company-ui: Execution create-package of goal com.
day.jcr.vault:maven-vault-plugin:0.0.10:package failed: A required class was mis
sing while executing com.day.jcr.vault:maven-vault-plugin:0.0.10:package: org/sl
f4j/helpers/MarkerIgnoringBase
Please help to resolve this error.
Solved! Go to Solution.
I would also recommended to use this plugin:
com.day.jcr.vault:content-package-maven-plugin:0.0.24
Views
Replies
Total Likes
I believe you are using eclipse luna. Please try this which resolved the issue for me
Try
1. Uninstall VaultClipse
2. Install "Eclipse 2.0 Style Plugin Support"[1]
3. Install VaultClipse
[1]
1. Go to Help->Install New Software
2. Choose "The Eclipse Project Updates - http://download.eclipse.org/eclipse/updates/4.4" in "Work with" combo
3. Select "Eclipse 2.0 Style Plugin Support" under "Eclipse Tests, Examples, and Extras"
Views
Replies
Total Likes
I would also recommended to use this plugin:
com.day.jcr.vault:content-package-maven-plugin:0.0.24
Views
Replies
Total Likes
Thanks Feike Visser,
after downloading files and creating new folders exactly from the below online repository:
and few changes on pom.xml file to new maven plugin reference, maven plugin issue is gone. Thanks for the solution.
Views
Replies
Total Likes
In pom.xml file of ui-apps GOTO Profile Section and add this <useProxy>false</useProxy> after <targetURL>http://${aem.host}:${aem.port}/crx/packmgr/service.jsp</targetURL>
Views
Likes
Replies