Re: Maven Site Skinning

2009-04-21 Thread Ryan Connolly
Dennis: Yes, you have got this exactly right. I have a skin packaged in a jar and a custom plugin that contains the custom logo creation goal. I create the logo using the plugin at pre-site and reference the skin in my parent pom's site.xml which refers to the generated logo. Thank you

Re: Maven Site Skinning

2009-04-21 Thread Dennis Lundberg
Ryan Connolly wrote: > Hello: > I am creating a site skin for my company's project sites and have > written a MOJO that will generate the site logo based on the project > name that runs at the pre-site lifecycle phase. My question is this: > Could my plugin goal somehow be packaged along with

Re: Maven Site Skinning

2009-04-21 Thread Ryan Connolly
Hi Jesse: I'm not familiar with ImageMagick... I'm acheiving simple logo creation using Java 2d as I didn't want users to have to have imaging apps installed to run the build. I would love to see what you come up with should you pursue that route would love to know if you can come up with a w

Re: Maven Site Skinning

2009-04-21 Thread jieryn
Hi Ryan, On Tue, Apr 21, 2009 at 11:31 AM, Ryan Connolly wrote: > Jesse: > >    I would be glad to, however, I feel it still needs some tweaking > to allow for user configuration... I was going to do a project just like this, and incorporate ImageMagick. My first thought was just to have an open

Re: Maven Site Skinning

2009-04-21 Thread Ryan Connolly
Jesse: I would be glad to, however, I feel it still needs some tweaking to allow for user configuration... I'm working on adding color, gradient, background configurations to allow this to work well with other skins/color/style schemes as it currently generates a logo that fits in with the ski

Re: Maven Site Skinning

2009-04-21 Thread jieryn
Hello Ryan, On Tue, Apr 21, 2009 at 10:05 AM, Ryan Connolly wrote: > Hello: >     I am creating a site skin for my company's project sites and have > written a MOJO that will generate the site logo based on the project > name that runs at the pre-site lifecycle phase. Any chance you can release

Maven Site Skinning

2009-04-21 Thread Ryan Connolly
Hello: I am creating a site skin for my company's project sites and have written a MOJO that will generate the site logo based on the project name that runs at the pre-site lifecycle phase. My question is this: Could my plugin goal somehow be packaged along with the skin so that it can be cal