Has anyone experienced an error when doing a maven build?My project
structure is common stuff:/ /apps /confThe filter.xml in
/META-INF/vault/filter.xml
After doing a maven build (clean, then install) the
error is[INFO] Loading filter from
/projects/my-view/src/main/content/META-INF/vault/filter.xml [ERROR] 1
error(s) detected during dependency analysis. 1 error(s) detected during
dependency analysis. Filter root's ancestor '/conf' is not covered by
any of the specified dependencies.Not sure i...