According to this article: https://aem.redquark.org/2018/10/day-03-setting-up-aem-development.html
You can add your local sever. I did this.
I already have the wknd app deployed previously from the command line (mvn clean install -PautoInstallSinglePackage)
What can I do with this connected instance? I presume I still need to use maven if I want to build and deploy my local changes (e.g. to core), so the server integration is not involved.
The article mentioned importing and exporting content. How does one do this?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @TB3dock
This works in the same way as of FileVault tool. Please see the details about Filevault here:
http://www.aemcq5tutorials.com/tutorials/configure-filevault-vlt-tool-in-cq/
Basically using the plugin, you can make some change in Eclipse/editor and can export the file only to AEM without rebuilding the whole code. Also if you are making any change on CRX/DE that can be pulled back to your file system using the plugin.
Thanks!
Hi @TB3dock
This works in the same way as of FileVault tool. Please see the details about Filevault here:
http://www.aemcq5tutorials.com/tutorials/configure-filevault-vlt-tool-in-cq/
Basically using the plugin, you can make some change in Eclipse/editor and can export the file only to AEM without rebuilding the whole code. Also if you are making any change on CRX/DE that can be pulled back to your file system using the plugin.
Thanks!
Views
Replies
Total Likes