RE: licenses report

2008-04-09 Thread Bernhard David
Hi,

the first part I can answer - im our pom, we just put

licenses
   license
  nameLGPL version 2.1/name
urlhttp://www.gnu.org/licenses/lgpl.txt/url
   /license
/licenses 


David

 -Original Message-
 From: news [mailto:[EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: licenses report

2008-04-09 Thread Kalle Korhonen
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 [EMAIL PROTECTED]
wrote:

 Hi,

 the first part I can answer - im our pom, we just put

 licenses
   license
  nameLGPL version 2.1/name
urlhttp://www.gnu.org/licenses/lgpl.txt/url
   /license
 /licenses


 David

  -Original Message-
  From: news [mailto:[EMAIL PROTECTED] 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: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]