AEM 6.3 - Maven build is successful but still doesn't install content
I am facing this weird issue where the maven build is successful but the content inside /apps,/etc, /conf doesn't gets installed. These are some of the use cases when this issue occurs:
1) Create a component in CRXde, export it to local filesystem using vlt up. Delete the component in CRXde. Do a maven build. No component present in CRXde. Although it is seen in the zip file created under target folder.
2) Checkout the project from git on a machine that doesn't have the project setup. Do a maven build. Only the folder structure will be seen in CRXde.
Some information about the project
-- Created a new project using lazybones
-- No changes to pom.xml made yet
-- Maven verison 3.5.0 and AEM 6.3 is being used.
Thanks in advance