Nicolas De Loof <[EMAIL PROTECTED]> writes: > Hello, > > I'd like to use confluence syntax for my project documentation, but > doesn't find any doc for configuring doxia. > I tried addind a stc/site/confluence/test.confluence file, but it is > not translated.
Hello, Normally, you should use the <extension> tag to load the confluence module into the doxia system. <extensions> <extension> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-confluence-module</artifactId> <version>1.0-alpha-8</version> </extension> </extensions> However, look at http://jira.codehaus.org/browse/DOXIA-68 I never managed myself to add a module without errors. If you really want to use confluence, you can look at http://jira.codehaus.org/browse/DOXIA-74 and the instructions at http://www.oqube.com/projects/muse-parser. HTH -- 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]
