Thanks but I already got this working the way that I needed. It wasn't so much a license thing as it was the pages that are generated from a "m2 site:site" build all had a 2005 Apache Software Foundation copyright at the bottom. Adding an <organization/> element to my pom corrected this to be my organization instead.
Wb On 9/5/05, Yann Le Du <[EMAIL PROTECTED]> wrote: > > Wendell, > > The copyright message is automatically formed using <organization> and > <inceptionYear> . AFAIK, you can't customize it. Though, you can add a > license > in the Project Info --> Project License menu, by adding this in the POM : > > <licenses> > <license> > <name>legal</name> > <url>http://host.your.corp.com/maven/site/licenses/legal.txt</url> > <distribution>repo</distribution> > </license> > </licenses> > > HTH, > Yann > > --- dan tran <[EMAIL PROTECTED]> a écrit : > > > I have not tried m2 site yet, but in m1, it is from your project.xml 's > > organization. Should not be diffrent > > for m2. > > -D > > > > On 9/2/05, Wendell Beckwith <[EMAIL PROTECTED]> wrote: > > > > > > When using the site:site goal how do I configure the copyright message > > > that's added to all the pages (we're using APT)? This is important > since > > > management and legal get the willies just using open source let alone > > > having > > > that open source what is built as copyrighted by the Apache Software > > > Foundation. > > > > > > Wb > > > > > > > > > > > > > > > > > ___________________________________________________________________________ > Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger > Téléchargez cette version sur http://fr.messenger.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
