Hi Paul I am not quite sure which plugin you are referring to. This Maven Plugin is the Maven version of the IntelliJ plugin I wrote with more or less the same purpose.
I would use the IntelliJ plugin during development and the Maven Plugin when I want to test a release or release the application. Cheers - Andy On Jan 11, 2010, at 2:43 AM, Paul Libbrecht wrote: > Isn't this an extension of the existing plugin who's authors are the > xwiki team? > > paul > > > Le 11-janv.-10 à 11:18, Thomas Mortagne a écrit : > >> 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 > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

