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

New project wizard doesn't lists all archetypes for project creation #70

Closed sandeepkumar03 closed 8 years ago

sandeepkumar03 commented 8 years ago

When creating a new project, the plugin is listing only archetypes with group <groupId>com.adobe.granite.archetypes</groupId> from the archetypes list

The other archetypes of <groupId>com.day.jcr.vault</groupId> are not listed. Is this as per design?

eglistefan commented 8 years ago

@sandeepkumar03 , yes, we explicitly filter for that groupId as the wizard can only handle those archetypes atm.

sandeepkumar03 commented 8 years ago

okay great. Thanks @eglistefan