Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 27274 invoked from network); 22 Jan 2011 04:02:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jan 2011 04:02:27 -0000 Received: (qmail 99788 invoked by uid 500); 22 Jan 2011 04:02:24 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 99311 invoked by uid 500); 22 Jan 2011 04:02:21 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 99303 invoked by uid 99); 22 Jan 2011 04:02:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jan 2011 04:02:20 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rpvilao@gmail.com designates 209.85.210.171 as permitted sender) Received: from [209.85.210.171] (HELO mail-iy0-f171.google.com) (209.85.210.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jan 2011 04:02:12 +0000 Received: by iyj21 with SMTP id 21so2414102iyj.30 for ; Fri, 21 Jan 2011 20:01:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=W7zRM3jp7ib+oO8qUj7UPQ/Zd9Q3TMCo6LjKtqrZsUM=; b=ZTIzTtJrI0DpwBIdHBPPAnZ9bO2Onijvwsyl3uT/7bttmjATesGdKj8JfBbmM3tY5q fdDep7+ozT39NKK+EE1Eu7sUcOw2oyftctDBPQlGNoMP00U0W06MJEren8ooIFeW4Wjn rLXMsNMrddigXz+6pOeVc2x3xWudX82+a2iGk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Ty7zdTjcjRa/1RHAA03FlU0aaHq15j1VgZb1G0fpJ/jLDf1hyhDAffTJnZVbovZme9 ih42owjGQR4S5U3ZDm8GoDMRF+M+3SqzBEfFEldqtRgf030FCniSANvPDcPbcwd0mDml S6UcsFaB6YbBOOddnqM5ol2pFGQ/04C7Qv2fA= MIME-Version: 1.0 Received: by 10.231.182.13 with SMTP id ca13mr1756804ibb.57.1295668911473; Fri, 21 Jan 2011 20:01:51 -0800 (PST) Received: by 10.231.170.81 with HTTP; Fri, 21 Jan 2011 20:01:51 -0800 (PST) In-Reply-To: References: Date: Sat, 22 Jan 2011 04:01:51 +0000 Message-ID: Subject: Re: License collection From: =?ISO-8859-1?Q?Rui_Vil=E3o?= To: Maven Users List Content-Type: multipart/alternative; boundary=0016362850fa37051d049a676d6a X-Virus-Checked: Checked by ClamAV on apache.org --0016362850fa37051d049a676d6a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, Thank you all for replying. As Stevo mentioned I'm using maven-license-plugin to generate headers as well. But I need to include the licenses of the dependencies I'm using in order to distribute my software. I believe it would be great if developers include the license in the license tag in order for plugins to collect and download them. The behavior would be something like the described here: http://mojo.codehaus.org/license-maven-plugin/ like Wayne mentioned. As far as I can see there's no simple approach to do this, so I believe I will use the report plugin and collect them myself wit= h my bare hands :p Anyway, thank you for your time! -- Rui On Fri, Jan 21, 2011 at 7:26 PM, Kalle Korhonen wrote: > As Wayne mentioned, most of the modules contain an url to a license > rather than have it checked in. Perhaps you just need the license > report instead? The dependencies report of the mpir plugin has had a > license section for quite some time, I use it all the time. See e.g. > the dependency report of the mpir plugin itself: > > http://maven.apache.org/plugins/maven-project-info-reports-plugin/depende= ncies.html > . > > Kalle > > > On Fri, Jan 21, 2011 at 9:30 AM, Rui Vil=E3o wrote: > > Hi all, > > > > I'm trying to automate licensing collection for my product. What I want > is > > simple: collect (i.e. download) all licenses of my dependencies and sto= re > > them in a folder. > > > > Does anyone know if there's a plugin that does what I'm trying to > > accomplish? I've heard about license-maven-plugin ( > > http://mojo.codehaus.org/license-maven-plugin/ ) but I couldn't even > > download it. > > > > Thanks in advance, > > > > Rui > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --0016362850fa37051d049a676d6a--