adobe / aem-eclipse-developer-tools

The Eclipse plugin that brings you the full connection to the Adobe Experience Manager, with auto-sync and project creation wizard.
Apache License 2.0
35 stars 23 forks source link

Core module in not getting added to server #73

Closed salman18j closed 7 years ago

salman18j commented 8 years ago

Hi,

I am using aem eclipse plugin in Eclipse Mars 2 on Mac OX. I am not getting option to add core module to AEM server. It is working on Windows version of Eclispe

Regards, Salman

gdoublev commented 8 years ago

Ditto... Created project from AEM perspective, didn't setup server on project creation due to Issue #67, so setup server after the fact, updated tomcat ports, right click to "Add and Remove..." and only seeing "project.ui.apps" and "project.ui.content"

gdoublev commented 8 years ago

Thanks to @auniverseaway, you should check the diff between your bundle pom and a vanilla bundle pom from Archetype10... For me, I was missing the following:

<plugin>        
    <groupId>org.apache.sling</groupId>     
    <artifactId>maven-sling-plugin</artifactId>     
</plugin>
salman18j commented 8 years ago

Thanks @midnit, I was also missing the same entry.

rombert commented 7 years ago

Looks like there's nothing more to do here, please reopen if needed.