This doesn't work with doxia-1.0, it's fixed in doxia-1.1 which is not used yet by the site plugin. There is a snapshot of the site plugin (version 2.1-SNAPSHOT) that uses doxia 1.1 but it requires maven 2.1 (currently being voted on, should be released next week). Note that the html source files need to have an extension .xhtml.

HTH,
-Lukas


Marco Huber wrote:
Hi folk,

I have a number of xhtml files, which I want to integrate into my site, but I don't want to change them into the apt format etc.

On the doxia site I see, that it should be possible if I create a sub directory "xhtml" and place there my files with the extension ".xhtml".

I also add the doxia-module-xhtml in my build section:

...
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-site-plugin</artifactId>
    <dependencies>
        <dependency>
            <groupId>org.apache.maven.doxia</groupId>
            <artifactId>doxia-module-xhtml</artifactId>
            <version>1.0</version>
        </dependency>
    </dependencies>
</plugin>
...

But non of my xhtml file are in the target folder after calling mvn site:site.

Do I miss something? Do I have to adjust my files?
Hope someone could give me a hint whats wrong.

Thanks
Marco



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to