Persisting CQ data in the Java Content Repository [Error]
hi, im trying to follow this tutorial about persisting data in JCR with a bundle.
http://helpx.adobe.com/adobe-cq/using/persisting-cq-data-java-content.html#
in the section Create an Adobe CQ archetype project im getting an error when i try to run the command:
mvn eclipse:eclipse
im getting this error:
[INFO] Scanning for projects... [WARNING] The POM for com.day.jcr.vault:content-package-maven-plugin:jar:0.0.13 is missing, no dependency information available [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project com.adobe.cq:customer-content:1.0-SNAPSHOT (C:\proyectos\C Q5\customer\content\pom.xml) has 2 errors [ERROR] Unresolveable build extension: Plugin com.day.jcr.vault:content-pack age-maven-plugin:0.0.13 or one of its dependencies could not be resolved: Failur e to find com.day.jcr.vault:content-package-maven-plugin:jar:0.0.13 in http://re po.maven.apache.org/maven2 was cached in the local repository, resolution will n ot be reattempted until the update interval of central has elapsed or updates ar e forced -> [Help 2] [ERROR] Unknown packaging: content-package @ line 20, column 16 [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please rea d the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin gException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginResoluti onException
any idea how to fix this? i saw a post with the same error but from another tutorial, but no responses in it
thank and hope you can help!!
