adobe / aem-spa-project-archetype

Maven Archetype for creating new AEM SPA projects
Apache License 2.0
61 stars 32 forks source link

wrong path of filter.xml in pom.xml #84

Closed cqsapient closed 5 years ago

cqsapient commented 5 years ago

In pom.xml of ui.apps and ui.content, the path of filter.xml in

<filterSource>${basedir}/META-INF/vault/filter.xml</filterSource>

tag is incorrect

so the packages deployed in AEM don't have filter.xml and can't be uninstalled.

The correct path is

<filterSource>${basedir}/src/main/content/META-INF/vault/filter.xml</filterSource>

This issue is in the latest 1.1.1-SNAPSHOT version from develop branch

pfauchere commented 5 years ago

Thank you very much for taking the time to report the issue. Feel free to submit a PR and accelerate the delivery of the fix

tsimlin commented 5 years ago

@pfauchere attached you can find a patch within zip. Could not create a PR

patch.zip