It worked ok for me when I tried it a while back.
Did you add the skin config to your project's site.xml?
<project>
...
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-classic-skin</artifactId>
<version>1.0</version>
</skin>
...
</project>
Brian E. Fox wrote:
I followed the instructions here:
http://maven.apache.org/plugins/maven-site-plugin/examples/creatingskins
.html
And copied the default-site.vm to my skin, but when velocity is
processing, my site.vm is completely ignored. What's missing?
--Brian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]