Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 49256 invoked from network); 16 Mar 2010 19:31:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Mar 2010 19:31:26 -0000 Received: (qmail 53111 invoked by uid 500); 16 Mar 2010 19:31:25 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 53002 invoked by uid 500); 16 Mar 2010 19:31:25 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 52994 invoked by uid 99); 16 Mar 2010 19:31:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 19:31:25 +0000 X-ASF-Spam-Status: No, hits=-0.9 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.220.218 as permitted sender) Received: from [209.85.220.218] (HELO mail-fx0-f218.google.com) (209.85.220.218) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 19:31:19 +0000 Received: by fxm10 with SMTP id 10so328331fxm.10 for ; Tue, 16 Mar 2010 12:30:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=lnNZm5Tidz/MEylVrorhenFt8mO91JoIaZJOnVV0pcg=; b=ZzqVgTErJsjFbszwS8ChBeBaGaEwMandu3fGlRfeJ5YNskfM1+MeLKgYeUY/UGMsz0 2bAcLJDwPgqSyIQynvhd9ofGErsP695Yb/QZpxVjXRXG4mOZ/tCCdGvA51vaYgezp8yK BjB2c4zs9MAm0jLFfevWyFoFPFafx572NYyaE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KpxclcqEg+PVpMN+AJkc8fXbYkcR1iUtN4F2xgEADWZZHGijthf/DOrt2Sr7g5vNxU 8p3Wvda1u4vvS00RWwlS73HfC9qbjz9lbfQcpQXlA4kNOCBdWmfeMNxcwoYfgUnMDWPI jfBPX8H43ip8S2C8YgYulNHAzgY+yghEFxCx4= MIME-Version: 1.0 Received: by 10.239.182.193 with SMTP id r1mr1026421hbg.31.1268767854599; Tue, 16 Mar 2010 12:30:54 -0700 (PDT) Date: Tue, 16 Mar 2010 19:30:54 +0000 Message-ID: <25aac9fc1003161230m1f176b3t77f624dd17f32377@mail.gmail.com> Subject: [ALL] wrong implementation-vendor-id in source and javadoc jars From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Commons-Parent defines Implementation-Vendor-Id as org.apache for the maven-jar-plugin. However, this does not seem to be used when creating source:jar or javadoc:jar. As far as I can tell, these rely on the "defaultImplementationEntries" which include: Implementation-Vendor-Id: ${pom.groupId} However, the groupId is never set to "org.apache". It might be "org.apache.commons" or it might be "commons-component", however neither of these is correct. So it looks like all commons javadoc and source jars will have the wrong vendor id. [The ones that have changed groupId to org.apache.commons will at least be vaguely correct] It looks like we need to add the following to the parent POM: maven-source-plugin org.apache Similarly for maven-javadoc-plugin. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org