Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 262BA181BC for ; Thu, 17 Dec 2015 22:34:47 +0000 (UTC) Received: (qmail 51298 invoked by uid 500); 17 Dec 2015 22:34:47 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 51248 invoked by uid 500); 17 Dec 2015 22:34:47 -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 51232 invoked by uid 99); 17 Dec 2015 22:34:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2015 22:34:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A86192C1F6B for ; Thu, 17 Dec 2015 22:34:46 +0000 (UTC) Date: Thu, 17 Dec 2015 22:34:46 +0000 (UTC) From: "Michael Osipov (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (MJAVADOC-431) Allow Javadoc Jar to contain Maven descriptor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MJAVADOC-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MJAVADOC-431. ----------------------------------- Resolution: Fixed Fixed with [r1720689|http://svn.apache.org/r1720689]. > Allow Javadoc Jar to contain Maven descriptor > --------------------------------------------- > > Key: MJAVADOC-431 > URL: https://issues.apache.org/jira/browse/MJAVADOC-431 > Project: Maven Javadoc Plugin > Issue Type: Bug > Affects Versions: 2.10.3 > Reporter: Peter lynch > Assignee: Michael Osipov > Fix For: 2.10.4 > > > The javadoc:jar mojo explicitly prevents the Maven descriptor from being added to the produced javadoc.jar file. > https://github.com/apache/maven-plugins/blob/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocJar.java#L299-299 > I could not find an explanation or technical reason why this is done. > Adding the maven descriptor to the javadoc jar can help expose valuable information about the build that produced it and should be at the discretion of the build process. > Expected: > - allow the archiver used to create the javadoc jar to respect the plexus archiver configuration if it is configured to include the Maven descriptor. > - preserve the default behaviour of not including the Maven descriptor, for (unknown) backwards compatibility reasons only -- This message was sent by Atlassian JIRA (v6.3.4#6332)