Hi Arnaud, (For the next time, Doxia has an user mailing list: doxia-users@maven.apache.org )
If I understand as well (missing infos), you created a new Muse module, with a MuseSink. FYI, you need a plexus comment for your Sink, like /** * @plexus.component role="org.apache.maven.doxia.sink.Sink" role-hint="muse" */ For more samples, have a look at: https://svn.apache.org/repos/asf/maven/doxia/trunk/doxia-modules The actual site-renderer uses a XhtmlSink. https://svn.apache.org/repos/asf/maven/doxia/trunk/doxia-site-renderer For specific muse output formats, you need a specific renderer. Checks: https://svn.apache.org/repos/asf/maven/doxia/trunk/doxia-doc-renderer Finally, you could create a new MuseMojo with a muse goal that calls your new muse renderer. HTH, Cheers, Vincent 2006/8/3, Arnaud Bailly <[EMAIL PROTECTED]>:
Hello, i posted this on users-list but it may be better suited to dev-list. I am trying to implement a new module for doxia (based on muse syntax for those who care) and dont know how to integrate it in the site generation process for maven. I guess this is only a matter of proper configuration for plexus but ... ? help appreciated, thx -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]