Download goal should also process XML documents other than .content.xml
Description
Gliffy Diagrams
Activity
Show:
Stefan Seifert December 20, 2017 at 1:57 PM
it's released
Stefan Seifert December 19, 2017 at 10:30 PM
will do a release this week, friday by latest.

Henry Kuijpers December 19, 2017 at 10:27 PM
, any indication of the release of the next version? (1.6.2)
Stefan Seifert November 14, 2017 at 5:51 PM
you're right - fixed in next version of the wcmio-content-package-maven-plugin
Fixed
Details
Details
Assignee
Reporter

Labels
Components
Fix versions
Affects versions
Priority
Created November 14, 2017 at 9:32 AM
Updated December 20, 2017 at 1:57 PM
Resolved November 14, 2017 at 5:51 PM
Currently, the .content.xml files are being processed and can have properties / mixins / etc removed.
However, when, for example, versioning a workflow model, you will notice that the structure will be like this:
etc/workflow/models/request_for_activation/.content.xml
etc/workflow/models/request_for_activation/_jcr_content/model.xml
In .content.xml, you will notice, in the jcr:content-tag, the following empty tag:
<model/>
This is to indicate that the XML content of that node is in the external file model.xml (in the folder jcr:content, which becomes _jcr_content after mangling).
An improvement would be to process those files also.