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: [email protected]
For additional commands, e-mail: [email protected]