Maven-vault-plugin error | Community
Skip to main content
mohjain
New Participant
October 16, 2015
Solved

Maven-vault-plugin error

  • October 16, 2015
  • 4 replies
  • 5563 views

[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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Feike_Visser1

I would also recommended to use this plugin:

com.day.jcr.vault:content-package-maven-plugin:0.0.24

4 replies

New Participant
March 9, 2017

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>

Lokesh_Shivalingaiah
New Participant
October 16, 2015

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"

 

Feike_Visser1
Feike_Visser1Accepted solution
Employee
October 16, 2015

I would also recommended to use this plugin:

com.day.jcr.vault:content-package-maven-plugin:0.0.24

mohjain
mohjainAuthor
New Participant
October 16, 2015

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.