I've never created a skin, so I'd recommend looking at the online
guides to see if those help. I'd guess that you should put everything
in src/site, but I'm not sure.
Matt
On Tue, May 12, 2009 at 5:02 AM, Kenny Ha wrote:
>
> Hi all,
>
> I create a skin named my_skin with following directory stru
Hi all,
I create a skin named my_skin with following directory structure :
my_skin
|-- pom.xml
`-- src
`-- main
`-- resources
|-- css
| `-- site.css
`-- images
Next I run mvn install command to package it to jar and add to my local
repository
Th