Expand my Community achievements bar.

CRX Cleaner and IntelliVault Plugins for AEM | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

CRX Cleaner and IntelliVault Plugins for AEM by SGAEMSolutions

Abstract

CRX Cleaner and IntelliVault Plugins for AEM
I have always been fond of plugins and tools which makes my life easier. In this blog, I will talk about two of my favorite plugins in IntellijIdea which makes my AEM development easier: CRX Cleaner and IntelliVault.

CRX Cleaner: Recently a new plugin has been added in my development life which is CRX Cleaner. This is an IntellijIdea Plugin and absolutely free.


Use Case: In AEM, while syncing the content, the syncing of workflows, templates, policies or sometimes pages also need to be done from AEM to the codebase repository.


While syncing via packages/ plugin, it pulls all the unwanted properties like jcr:modifiedBy, jcr:modifiedDate, jcr:createdBy etc in the code base and makes git pushes really messy. Before this plugin, either I just avoided these properties and pushed the code having these properties or I used to clean up by myself one by one which was a super tedious task.

I installed this plugin in intellijidea, and now just one short key Ctrl+ALT+L does the magic for me. You just select the whole file and hit the short key. Super easy and handy.
How to install: Go to File-> Plugins-> search for CRX Cleaner-> Install


IntelliVault:

I believe most of the people working in AEM are aware about this plugin, but for those that aren’t I highly recommend it.

Use Case: This plugin helps to sync the content from AEM to code repository or from repository to AEM.

Many times you just keep on changing the crx at so many places. So while moving the changes to the code repo, either make the package of all changes from CRX or sync the content with the help of this plugin.


To make this tool work, vault-cli dependency is needed. vault-cli zip initially used to come with the AEM Jar and it was easy to configure it, but it was removed (/crx-quickstart/opt/fileVault) in the later versions of AEM.

Read Full Blog

CRX Cleaner and IntelliVault Plugins for AEM

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies