On Sun, Jan 10, 2010 at 01:09, Andreas Schaefer <[email protected]> wrote: > 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.
Seems very useful for groovy application (thinking of l10n app for example). It's a good candidate for http://svn.xwiki.org/svnroot/xwiki/contrib/projects/ unless you already have everything you need to manage it ? > > -Andy > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

