Hi Guys I updated my Maven Plugin that takes Code / Content of Pages and Objects and places it into the XML files which then can be packed up into a XAR.
The plugin uses the same File Name Pattern as the IntelliJ Plugin for the Content Files: - Page: <Page Name>.<Extension> - Object: <Page Name>.<Class Space>.<Class Name>.<Object Number>.<Property Name>.<Extension> The Content Files can contain anything like Velocity, Groovy, JavaScript, CSS etc. There can be multiple Content Files per target XML file but the XML file must be present in the source directory. If there is not Content File the XML file will be written to the target file w/o transformation otherwise any Page Content or Object Property will be replaced with the content of the Content File. The XML files can be taken straight from an export or from the source application w/o any adjustments. Let me know if that would be of some help for XWiki. -Andy _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

