You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wendell Beckwith <wb...@gmail.com> on 2005/09/03 01:26:41 UTC

How to change the copyright info for a site build?

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

Re: How to change the copyright info for a site build?

Posted by Wendell Beckwith <wb...@gmail.com>.
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 <le...@yahoo.com> 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 <da...@gmail.com> 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 <wb...@gmail.com> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

Re: How to change the copyright info for a site build?

Posted by Yann Le Du <le...@yahoo.com>.
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 <da...@gmail.com> 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 <wb...@gmail.com> 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: How to change the copyright info for a site build?

Posted by dan tran <da...@gmail.com>.
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 <wb...@gmail.com> 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
> 
>