You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jan Torben Heuer <jt...@mail2003.dnsalias.org> on 2008/04/09 14:56:36 UTC

licenses report

How can I define my project's license and how can I generate a report of all
dependencies includeing their license? (plain text or html preferred)

Jan


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: licenses report

Posted by Kalle Korhonen <ka...@gmail.com>.
The answer to the second part is use 2.1-SNAPSHOT version of
project-info-reports-plugin. It's dependency report lists the licenses (see
http://commons.apache.org/logging/dependencies.html for example). There are
no open issues left for 2.1 release (
http://jira.codehaus.org/browse/MPIR/fixforversion/12621), but it's not
available yet. I don't know if there's something holding up the release or
just that nobody has taken the action to release it.

Kalle


On Wed, Apr 9, 2008 at 6:06 AM, Bernhard David <da...@elca.ch>
wrote:

> Hi,
>
> the first part I can answer - im our pom, we just put
>
> <licenses>
>   <license>
>      <name>LGPL version 2.1</name>
>        <url>http://www.gnu.org/licenses/lgpl.txt</url>
>   </license>
> </licenses>
>
>
> David
>
> > -----Original Message-----
> > From: news [mailto:news@ger.gmane.org] On Behalf Of Jan Torben Heuer
> > Sent: 09 April 2008 14:57
> > To: users@maven.apache.org
> > Subject: licenses report
> >
> > How can I define my project's license and how can I generate
> > a report of all
> > dependencies includeing their license? (plain text or html preferred)
> >
> > Jan
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>