Re: [appfuse-user] Create skin packaged jar

2009-05-12 Thread Matt Raible
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

[appfuse-user] Create skin packaged jar

2009-05-12 Thread Kenny Ha
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