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

AEM content sync root directory keeps getting reset after Maven -> Update Project #93

Open elohanlon opened 3 years ago

elohanlon commented 3 years ago

Expected Behavior

In Eclipse, for the ui.apps project, importing an Archetype 24 maven project should result in an AEM content sync root directory of "src/main/content/jcr_root", but instead sets the content sync root to "src/main/resources".

If you update the content sync root to "src/main/content/jcr_root" and later run Maven -> Update Project, that action resets the content sync root directory back to "src/main/resources".

Actual Behavior

Importing an Archetype 24 project initially sets the AEM Content sync root directory to "src/main/resources", and it gets reset to "src/main/resources" every time that Maven -> Update Project is run.

Steps to Reproduce

Platform and Version

Archetype 24, Eclipse 2020-09

elohanlon commented 3 years ago

I was told by Adobe support that this issue is related to https://github.com/adobe/aem-eclipse-developer-tools/issues/91, so I'm mentioning it here to link the two issues.

Is there any estimated date for the next release of the AEM Eclipse Developer tools, so they support Archetype 24?