Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 37B6C200BC1 for ; Wed, 16 Nov 2016 23:24:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 36F83160B08; Wed, 16 Nov 2016 22:24:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 893EF160B13 for ; Wed, 16 Nov 2016 23:24:00 +0100 (CET) Received: (qmail 29418 invoked by uid 500); 16 Nov 2016 22:23:59 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 29257 invoked by uid 99); 16 Nov 2016 22:23:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2016 22:23:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7AC602C4C7B for ; Wed, 16 Nov 2016 22:23:59 +0000 (UTC) Date: Wed, 16 Nov 2016 22:23:59 +0000 (UTC) From: "Aneesh Natarajan (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MPIR-351) Adding functionality to dependencies goal in order to integrate with maven license plugin and source missing licenses from specified properties file. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 16 Nov 2016 22:24:01 -0000 Aneesh Natarajan created MPIR-351: ------------------------------------- Summary: Adding functionality to dependencies goal in order to integrate with maven license plugin and source missing licenses from specified properties file. Key: MPIR-351 URL: https://issues.apache.org/jira/browse/MPIR-351 Project: Maven Project Info Reports Plugin Issue Type: Improvement Components: dependencies Affects Versions: 2.9 Reporter: Aneesh Natarajan The maven license plugin produces a THIRD-PARTY.properties file with each of the third party libraries with missing licensing information. The patch that I am proposing uses those properties file to source licensing information when developing the dependencies.html reports. It would include the following: - Add configurable property dependency.license.resource that specifies the path of the properties file - Have MavenProject object source licensing information from properties file, when license block is not available in pom.xml file of dependency. -- This message was sent by Atlassian JIRA (v6.3.4#6332)