Yes. It was in fact the maven site I was trying to change. I changed the stylus skin and installed a snapshot and updated the site.xml. All the -X logs from velocity only mention the default-site.vm, not my site.vm.
-----Original Message----- From: Paul Gier [mailto:[EMAIL PROTECTED] Sent: Monday, October 01, 2007 12:29 PM To: Maven Developers List Subject: Re: site skin 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
