Return-Path: X-Original-To: apmail-creadur-dev-archive@www.apache.org Delivered-To: apmail-creadur-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 43BB6106E3 for ; Wed, 3 Jun 2015 04:04:41 +0000 (UTC) Received: (qmail 76318 invoked by uid 500); 3 Jun 2015 04:04:41 -0000 Delivered-To: apmail-creadur-dev-archive@creadur.apache.org Received: (qmail 76239 invoked by uid 500); 3 Jun 2015 04:04:40 -0000 Mailing-List: contact dev-help@creadur.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@creadur.apache.org Delivered-To: mailing list dev@creadur.apache.org Received: (qmail 76225 invoked by uid 99); 3 Jun 2015 04:04:40 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2015 04:04:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 94CADCAF54 for ; Wed, 3 Jun 2015 04:04:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.129 X-Spam-Level: *** X-Spam-Status: No, score=3.129 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id rfpY6LPCBBOb for ; Wed, 3 Jun 2015 04:04:39 +0000 (UTC) Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id C5C17428ED for ; Wed, 3 Jun 2015 04:04:38 +0000 (UTC) Received: by pabqy3 with SMTP id qy3so26452521pab.3 for ; Tue, 02 Jun 2015 21:03:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Eg5xrwmH+NMN4uShss4acsz43KhlRdcVj2MEcaUVDv8=; b=SrvUqUFwuOnLb5sTYYK4A1L9TwVer4E4Zn4r5cKYhNXIK2X+W9EbF7xa770AH8YofM yQMaSfWbWp8LXM2NAe+CPhUBPzRkep0bGMrUNzRMngIKxvzKRtijz1GOfmZgFogyw96E xFQ2WtzOvxTEpwg6Qdc2wzHYIBJWub+gy/8iKm8dJEcHxub5pEOhAxG3uXMLDiT2D8h0 86kLS1LhBlFVrdu+MGXaQjh0WTTDaJUfpx5x+ad+qvA8in4xovO7erF25m4o0Zp3ghSA /9ao+eOVe2cjHBn6DZyqNPMX3rqZD+q4wlaVR9Z13DxWMJUJjcuE5EdbZrPR5P2+b9x1 6leg== MIME-Version: 1.0 X-Received: by 10.68.113.194 with SMTP id ja2mr18177961pbb.163.1433304181993; Tue, 02 Jun 2015 21:03:01 -0700 (PDT) Received: by 10.66.100.137 with HTTP; Tue, 2 Jun 2015 21:03:01 -0700 (PDT) Date: Wed, 3 Jun 2015 10:03:01 +0600 Message-ID: Subject: apache-whisker-plugin4maven usage question From: Maxim Solodovnik To: dev@creadur.apache.org Content-Type: multipart/alternative; boundary=047d7b6dce409f774d051795223a --047d7b6dce409f774d051795223a Content-Type: text/plain; charset=UTF-8 Hello All, I'm trying to add apache-whisker-plugin4maven to our project to automatically generate LICENCE/NOTICE files. I have examined james [1] example and I have some questions: 1) is it possible to automatically determine licences for jar files? (like maven-dependency-plugin did) 2) is it possible to validate "library list"? (for example spring 3.0.5 was updated to be 3.0.8 in the pom.xml, will apache-whisker-plugin4maven notify developers metadatya need to be updated) 3) can it work with multimodule project and generate aggregated LICENCE/NOTICE files? Thanks in advance for your answers [1] http://creadur.apache.org/whisker/examples/james.xml -- WBR Maxim aka solomax --047d7b6dce409f774d051795223a--