AEM 6.3 - Maven build is successful but still doesn't install content | Community
Skip to main content
New Participant
October 10, 2017
Solved

AEM 6.3 - Maven build is successful but still doesn't install content

  • October 10, 2017
  • 23 replies
  • 9834 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ratna_Kumar

Hi,

I am not opposing File Vault but the best way to sync AEM and Eclipse is using AEM Eclipse Plugin.

Yes, Look here : Getting Started with AEM Sites Part 2 - Creating a Base Page and Template

There you will see how to sync between AEM and Eclipse using AEM Eclipse Plugin.

Hope this helps!!

~Ratna

23 replies

New Participant
October 10, 2017

Thank you for the response. I have followed this article before. Haven't been able to find anything useful yet related to the issue I am facing. Please let me know if you think I am missing something here.

Ratna_Kumar
New Participant
October 10, 2017

Hi,

Yes Scott is right. We have the article that shows how to create the project using Lazybones and build using Maven: Developing your first Experience Manager 6.3 Components

Also, Eclipse plugin is very good to communicate with experience manager as described in the article.

Hope this helps!!

~Ratna.

smacdonald2008
New Participant
October 10, 2017

See this article - it will help you -- Developing your first Experience Manager 6.3 Components