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.
you're right - fixed in next version of the wcmio-content-package-maven-plugin
, any indication of the release of the next version? (1.6.2)
will do a release this week, friday by latest.
it's released