Synchronization issues using vaultfile.
- May 17, 2017
- 17 replies
- 6815 views
Hello!
I am trying to create an AEM project using Maven and Eclipse and using the vault tool (command line) to syn the changes between CRXDE and Eclipse. I am using the following article from adobe as my reference
https://helpx.adobe.com/experience-manager/using/creating-aem-project-using-eclipse.html
I am using AEM 6.2 and Eclipse neon.3. I have used the following maven command to build up my project which I then imported into Eclipse
mvn archetype:generate -DarchetypeRepository=http://repo.adobe.com/nexus/content/groups/public/ -DarchetypeGroupId=com.day.jcr.vault -DarchetypeArtifactId=multimodule-content-package-archetype -DarchetypeVersion=1.0.2 -DgroupId=com.aem.community -DartifactId=testingproject -Dversion=1.0-SNAPSHOT -Dpackage=com.aem.community -DappsFolderName=testingproject -DartifactName="Testing Project" -DcqVersion="6.2" -DpackageGroup="My Company"
Problem Statement:
While syncing the changes from CRXDE to Eclipse the folder structure get distorted. Please refer to the snapshot for details.
I am firing the following command in to get the changes reflected in Eclipse from CRXDE. The changes are seen however the folder structure is distored. What am I doing wrong here ?
vlt --credentials admin:admin co --force http://localhost:4502/crx/-/jcr:root//apps/testingproject
regards
harshs