Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
package-maven-plugin-1.1.0
-
None
Description
There is bug when adding ancestors.
In case a filter entry does not cover anything you end up in branch https://github.com/apache/jackrabbit-filevault-package-maven-plugin/blob/1e6bcda0a9c8f6aa8e16d01523c348cfb805c80c/src/main/java/org/apache/jackrabbit/filevault/maven/packaging/VaultMojo.java#L508 which willl modify the variable sourceFile until you hit the root. Even in case nothing has been added for this filter the root .content.xml will still be copied to the wrong destination (as variable destFile) is still the same.
Attachments
Issue Links
- is broken by
-
JCRVLT-363 .content.xml of ancestor nodes not included in package
- Closed