Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 12732 invoked from network); 3 Mar 2009 17:03:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2009 17:03:18 -0000 Received: (qmail 54032 invoked by uid 500); 3 Mar 2009 17:03:17 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 54010 invoked by uid 500); 3 Mar 2009 17:03:17 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 53998 invoked by uid 99); 3 Mar 2009 17:03:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 09:03:17 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 17:03:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3AF79234C4AA for ; Tue, 3 Mar 2009 09:02:56 -0800 (PST) Message-ID: <1080906666.1236099776227.JavaMail.jira@brutus> Date: Tue, 3 Mar 2009 09:02:56 -0800 (PST) From: "Michael Dick (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-951) Javadoc jar file does not contain legal files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Javadoc jar file does not contain legal files --------------------------------------------- Key: OPENJPA-951 URL: https://issues.apache.org/jira/browse/OPENJPA-951 Project: OpenJPA Issue Type: Bug Components: build / infrastructure Affects Versions: 1.0.4, 1.2.1, 1.3.0, 2.0.0 Reporter: Michael Dick Priority: Minor Donald's fix to use the ianal plugin revealed a problem in the javadoc plugin. The javadoc plugin does not include elements from the tags in pom.xml. The normal jar plugin and source plugin do include these resources. As a result we have no legal files in the javadoc jar and we're failing the ianal check. Quick browsing of the javadoc plugin mailing lists suggest a few workarounds for this problem which I'll test during the 1.2.1 release. After the release I'll migrate the changes to the other affected branches. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.