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

Remove AEM Nature not available #54

Closed ashlyjose closed 4 years ago

ashlyjose commented 9 years ago

If a project is configured as a Content Project (by mistake), there should an option to remove the AEM nature from the project

eglistefan commented 9 years ago

good idea! ps: meanwhile this can be achieved manually by modifying the nature section in the .project file.

rombert commented 9 years ago

@ashlyjose - converting to a content/bundle project does two things

The facets can be removed by right-clicking on the project, selecting project facets, unchecking the particular facet you want to remove and pressing OK.

I'm not sure if it's possible to remove the faceted nature, but that's out of scope for us

ashlyjose commented 9 years ago

Thanks @rombert - it works.

It is possible to remove the faceted nature as Maven plugin does it. You have the option in Maven to remove maven nature

rombert commented 9 years ago

By "out of scope for us" I mean to say that the faceted nature is something we inherit from the other Eclipse projects and we should not try to remove it.

gabrielwalt commented 4 years ago

Closing this as there hasn't been activity for over a year.