Put the configuration in a parent and make all your projects derive from it. Your skin has to be declared *somewhere* otherwise the default is used.
Wayne On 8/15/07, fuvo <[EMAIL PROTECTED]> wrote: > > Hi, > > I searching for a way to make my own template/skin and use this in different > projects as default skin. As I understand, I have to put my created > template/skin in every project. But thats really not what I want. > > What I want is: > my own skin jar (like > http://svn.apache.org/viewvc/maven/skins/trunk/maven-classic-skin/) which > will automatically used whenever I calll 'mvn site' on any project without > configuring this in every project. Generating the skin jar is no problem, > but I have no idea what I have to do that maven uses my skin instead of the > maven default skin. > > Can anybody help me with this? > > regards, > > Volker > -- > View this message in context: > http://www.nabble.com/customized-Site-Skin-Template-for-use-in-different-projects-tf4273529s177.html#a12163346 > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]
