Synchronize AEM and eclipse
Hello everyone, In this post we will see how we can synchronize AEM with eclipse editor. Before that make sure you have installed aem plugin on eclipse Install AEM plugin on eclipse (rjaem.blogspot.com) . Now update the project structure For that go to module -->right click -->maven-->update project -->select the module--check the checkboxes including Force update of Snapshots/release-->ok. Now let's define the project facets for our modules to do that go to module --> right click -->properties-->Project facets --> select content module , java , sightly -->Apply -->Apply and Close. Project facets : Facets define characteristics and requirements for Java EE projects and are used as part of the runtime configuration. When you add a facet to a project, that project is configured to perform a certain task, fulfill certain requirements, or have certain characteristics. After this sync module root path with aem server go to module --> righ...