


Hi All,
we have been migration our 6.1 code base to 6.5 code base and tried to update "content-package-maven-plugin" plugin version from 0.0.24 to 0.5.24.
After upgrading we are seeing issues as below -
1> its not packaging .content.xml in zip for the parent structure in filters present in filter.xml
- For example in filter.xml we have some entry like <filter root="/apps/test/content/my/abc"/>, so it will not add content.xml for test, content, my nodes even though its present in project where as it will add content.xml for abc node and any child node beneath that
any suggestion on above issues ?
Views
Replies
Sign in to like this content
Total Likes
I would assume that it was a bug in the earlier version where the filter setting has been ignored.
Views
Replies
Sign in to like this content
Total Likes
so you mean this is behaving as expected in 0.5.24 version where as bug in 0.0.24 version (where it package content.xml on parent structure as well if present in project)
Views
Replies
Sign in to like this content
Total Likes
yes, I would say so.
Views
Replies
Sign in to like this content
Total Likes
is the attribute which we can apply which can package those content.xml ?