Expand my Community achievements bar.

SOLVED

Maven-vault-plugin error

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Employee

I would also recommended to use this plugin:

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

View solution in original post

4 Replies

Avatar

Level 10

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"

 

Avatar

Correct answer by
Employee

I would also recommended to use this plugin:

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

Avatar

Level 2

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.

Avatar

Level 1

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>