From issues-return-146264-archive-asf-public=cust-asf.ponee.io@maven.apache.org Sun Feb 24 23:37:06 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D5999180654 for ; Mon, 25 Feb 2019 00:37:05 +0100 (CET) Received: (qmail 13690 invoked by uid 500); 24 Feb 2019 23:37:04 -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 13679 invoked by uid 99); 24 Feb 2019 23:37:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2019 23:37:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7FFB3182DAD for ; Sun, 24 Feb 2019 23:37:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.5 X-Spam-Level: X-Spam-Status: No, score=-109.5 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id bOl0unvXAlcb for ; Sun, 24 Feb 2019 23:37:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 7B0E762433 for ; Sun, 24 Feb 2019 23:37:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A455AE015E for ; Sun, 24 Feb 2019 23:37:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 15E8224549 for ; Sun, 24 Feb 2019 23:37:00 +0000 (UTC) Date: Sun, 24 Feb 2019 23:37:00 +0000 (UTC) From: "Hudson (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MJAVADOC-338) When includeDependencySources=true the javadoc plugin should not download the internet every time it is run MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MJAVADOC-338?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 776442#comment-16776442 ]=20 Hudson commented on MJAVADOC-338: --------------------------------- Build succeeded in Jenkins: Maven TLP =C2=BB maven-javadoc-plugin =C2=BB ma= ster #2 See https://builds.apache.org/job/maven-box/job/maven-javadoc-plugin/job/ma= ster/2/ > When includeDependencySources=3Dtrue the javadoc plugin should not downlo= ad the internet every time it is run > -------------------------------------------------------------------------= ---------------------------------- > > Key: MJAVADOC-338 > URL: https://issues.apache.org/jira/browse/MJAVADOC-338 > Project: Maven Javadoc Plugin > Issue Type: Bug > Affects Versions: 2.8 > Reporter: Geoffrey De Smet > Priority: Major > > This is my configuration: > {code} > > org.apache.maven.plugins > maven-javadoc-plugin > > > package > > javadoc > > > > > true > true > > org.drools:* > > > > {code} > the javadoc plugins downloads a very long list of dependencies every time= it is run: > {code} > gdesmet@gdesmetRedHat2010 droolsjbpm-uber-distribution [master *] $ mvn j= avadoc:javadoc > [INFO] Scanning for projects... > [INFO] = =20 > [INFO] ------------------------------------------------------------------= ------ > [INFO] Building Drools and jBPM uber distribution 5.4.0-SNAPSHOT > [INFO] ------------------------------------------------------------------= ------ > [INFO]=20 > [INFO] >>> maven-javadoc-plugin:2.8:javadoc (default-cli) @ droolsjbpm-ub= er-distribution >>> > [INFO]=20 > [INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ droolsjbpm-uber-= distribution --- > [INFO]=20 > [INFO] <<< maven-javadoc-plugin:2.8:javadoc (default-cli) @ droolsjbpm-ub= er-distribution <<< > [INFO]=20 > [INFO] --- maven-javadoc-plugin:2.8:javadoc (default-cli) @ droolsjbpm-ub= er-distribution --- > [WARNING] Missing POM for stax:stax-ri:jar:1.0 > [WARNING] Missing POM for javax.ejb:ejb:jar:3.0 > [WARNING] Missing POM for com.sun:tools:jar:javadoc-resources:1.5.0 > [WARNING] Missing POM for woodstox:wstx-asl:jar:3.2.2 > [WARNING] Missing POM for org.springframework.osgi:log4j.osgi:jar:1.2.15-= SNAPSHOT > [WARNING] Missing POM for javax.servlet.jsp.jstl:jstl:jar:1.2 > Downloading: http://repository.jboss.org/nexus/content/groups/public/org/= springframework/org.springframework.beans/3.0.0.RELEASE/org.springframework= .beans-3.0.0.RELEASE.pom > Downloading: https://repository.jboss.org/nexus/content/repositories/depr= ecated/org/springframework/org.springframework.beans/3.0.0.RELEASE/org.spri= ngframework.beans-3.0.0.RELEASE.pom > Downloading: http://repo1.maven.org/maven2/org/springframework/org.spring= framework.beans/3.0.0.RELEASE/org.springframework.beans-3.0.0.RELEASE.pom > [WARNING] Missing POM for org.springframework:org.springframework.beans:j= ar:javadoc-resources:3.0.0.RELEASE > Downloading: http://repository.jboss.org/nexus/content/groups/public/org/= springframework/org.springframework.asm/3.0.0.RELEASE/org.springframework.a= sm-3.0.0.RELEASE.pom > Downloading: https://repository.jboss.org/nexus/content/repositories/depr= ecated/org/springframework/org.springframework.asm/3.0.0.RELEASE/org.spring= framework.asm-3.0.0.RELEASE.pom > Downloading: http://repo1.maven.org/maven2/org/springframework/org.spring= framework.asm/3.0.0.RELEASE/org.springframework.asm-3.0.0.RELEASE.pom > [WARNING] Missing POM for org.springframework:org.springframework.asm:jar= :javadoc-resources:3.0.0.RELEASE > Downloading: http://repository.jboss.org/nexus/content/groups/public/org/= springframework/org.springframework.core/3.0.0.RELEASE/org.springframework.= core-3.0.0.RELEASE.pom > Downloading: https://repository.jboss.org/nexus/content/repositories/depr= ecated/org/springframework/org.springframework.core/3.0.0.RELEASE/org.sprin= gframework.core-3.0.0.RELEASE.pom > Downloading: http://repo1.maven.org/maven2/org/springframework/org.spring= framework.core/3.0.0.RELEASE/org.springframework.core-3.0.0.RELEASE.pom > [WARNING] Missing POM for org.springframework:org.springframework.core:ja= r:javadoc-resources:3.0.0.RELEASE > Downloading: http://repository.jboss.org/nexus/content/groups/public/org/= springframework/org.springframework.aop/3.0.0.RELEASE/org.springframework.a= op-3.0.0.RELEASE.pom > Downloading: https://repository.jboss.org/nexus/content/repositories/depr= ecated/org/springframework/org.springframework.aop/3.0.0.RELEASE/org.spring= framework.aop-3.0.0.RELEASE.pom > Downloading: http://repo1.maven.org/maven2/org/springframework/org.spring= framework.aop/3.0.0.RELEASE/org.springframework.aop-3.0.0.RELEASE.pom > [WARNING] Missing POM for org.springframework:org.springframework.aop:jar= :javadoc-resources:3.0.0.RELEASE > Downloading: http://repository.jboss.org/nexus/content/groups/public/org/= springframework/org.springframework.aspects/3.0.0.RELEASE/org.springframewo= rk.aspects-3.0.0.RELEASE.pom > Downloading: https://repository.jboss.org/nexus/content/repositories/depr= ecated/org/springframework/org.springframework.aspects/3.0.0.RELEASE/org.sp= ringframework.aspects-3.0.0.RELEASE.pom > Downloading: http://repo1.maven.org/maven2/org/springframework/org.spring= framework.aspects/3.0.0.RELEASE/org.springframework.aspects-3.0.0.RELEASE.p= om > [WARNING] Missing POM for org.springframework:org.springframework.aspects= :jar:javadoc-resources:3.0.0.RELEASE > Downloading: http://repository.jboss.org/nexus/content/groups/public/org/= springframework/org.springframework.context/3.0.0.RELEASE/org.springframewo= rk.context-3.0.0.RELEASE.pom > Downloading: https://repository.jboss.org/nexus/content/repositories/depr= ecated/org/springframework/org.springframework.context/3.0.0.RELEASE/org.sp= ringframework.context-3.0.0.RELEASE.pom > Downloading: http://repo1.maven.org/maven2/org/springframework/org.spring= framework.context/3.0.0.RELEASE/org.springframework.context-3.0.0.RELEASE.p= om > [WARNING] Missing POM for org.springframework:org.springframework.context= :jar:javadoc-resources:3.0.0.RELEASE > Downloading: http://repository.jboss.org/nexus/content/groups/public/org/= springframework/org.springframework.context.support/3.0.0.RELEASE/org.sprin= gframework.context.support-3.0.0.RELEASE.pom > Downloading: https://repository.jboss.org/nexus/content/repositories/depr= ecated/org/springframework/org.springframework.context.support/3.0.0.RELEAS= E/org.springframework.context.support-3.0.0.RELEASE.pom > Downloading: http://repo1.maven.org/maven2/org/springframework/org.spring= framework.context.support/3.0.0.RELEASE/org.springframework.context.support= -3.0.0.RELEASE.pom > [WARNING] Missing POM for org.springframework:org.springframework.context= .support:jar:javadoc-resources:3.0.0.RELEASE > Downloading: http://repository.jboss.org/nexus/content/groups/public/org/= springframework/org.springframework.expression/3.0.0.RELEASE/org.springfram= ework.expression-3.0.0.RELEASE.pom > Downloading: https://repository.jboss.org/nexus/content/repositories/depr= ecated/org/springframework/org.springframework.expression/3.0.0.RELEASE/org= .springframework.expression-3.0.0.RELEASE.pom > Downloading: http://repo1.maven.org/maven2/org/springframework/org.spring= framework.expression/3.0.0.RELEASE/org.springframework.expression-3.0.0.REL= EASE.pom > [WARNING] Missing POM for org.springframework:org.springframework.express= ion:jar:javadoc-resources:3.0.0.RELEASE > Downloading: http://repository.jboss.org/nexus/content/groups/public/net/= sourceforge/jexcelapi/com.springsource.jxl/2.6.6/com.springsource.jxl-2.6.6= .pom > Downloading: https://repository.jboss.org/nexus/content/repositories/depr= ecated/net/sourceforge/jexcelapi/com.springsource.jxl/2.6.6/com.springsourc= e.jxl-2.6.6.pom > Downloading: http://repo1.maven.org/maven2/net/sourceforge/jexcelapi/com.= springsource.jxl/2.6.6/com.springsource.jxl-2.6.6.pom > [WARNING] Missing POM for net.sourceforge.jexcelapi:com.springsource.jxl:= jar:javadoc-resources:2.6.6 > Downloading: http://repository.jboss.org/nexus/content/groups/public/com/= thoughtworks/xstream/com.springsource.com.thoughtworks.xstream/1.3.1/com.sp= ringsource.com.thoughtworks.xstream-1.3.1.pom > Downloading: https://repository.jboss.org/nexus/content/repositories/depr= ecated/com/thoughtworks/xstream/com.springsource.com.thoughtworks.xstream/1= .3.1/com.springsource.com.thoughtworks.xstream-1.3.1.pom > Downloading: http://repo1.maven.org/maven2/com/thoughtworks/xstream/com.s= pringsource.com.thoughtworks.xstream/1.3.1/com.springsource.com.thoughtwork= s.xstream-1.3.1.pom > [WARNING] Missing POM for com.thoughtworks.xstream:com.springsource.com.t= houghtworks.xstream:jar:javadoc-resources:1.3.1 > Downloading: http://repository.jboss.org/nexus/content/groups/public/org/= joda/com.springsource.org.joda.time/1.6.0/com.springsource.org.joda.time-1.= 6.0.pom > Downloading: https://repository.jboss.org/nexus/content/repositories/depr= ecated/org/joda/com.springsource.org.joda.time/1.6.0/com.springsource.org.j= oda.time-1.6.0.pom > Downloading: http://repo1.maven.org/maven2/org/joda/com.springsource.org.= joda.time/1.6.0/com.springsource.org.joda.time-1.6.0.pom > [WARNING] Missing POM for org.joda:com.springsource.org.joda.time:jar:jav= adoc-resources:1.6.0 > Downloading: http://repository.jboss.org/nexus/content/groups/public/org/= antlr/com.springsource.org.antlr.runtime/3.1.3/com.springsource.org.antlr.r= untime-3.1.3.pom > Downloading: https://repository.jboss.org/nexus/content/repositories/depr= ecated/org/antlr/com.springsource.org.antlr.runtime/3.1.3/com.springsource.= org.antlr.runtime-3.1.3.pom > Downloading: http://repo1.maven.org/maven2/org/antlr/com.springsource.org= .antlr.runtime/3.1.3/com.springsource.org.antlr.runtime-3.1.3.pom > [WARNING] Missing POM for org.antlr:com.springsource.org.antlr.runtime:ja= r:javadoc-resources:3.1.3 > Downloading: http://repository.jboss.org/nexus/content/groups/public/org/= antlr/com.springsource.org.antlr/3.1.3/com.springsource.org.antlr-3.1.3.pom > Downloading: https://repository.jboss.org/nexus/content/repositories/depr= ecated/org/antlr/com.springsource.org.antlr/3.1.3/com.springsource.org.antl= r-3.1.3.pom > Downloading: http://repo1.maven.org/maven2/org/antlr/com.springsource.org= .antlr/3.1.3/com.springsource.org.antlr-3.1.3.pom > [WARNING] Missing POM for org.antlr:com.springsource.org.antlr:jar:javado= c-resources:3.1.3 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)