Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 27DCA2009F5 for ; Sun, 8 May 2016 14:13:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 26693160A06; Sun, 8 May 2016 12:13:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 710071609A8 for ; Sun, 8 May 2016 14:13:17 +0200 (CEST) Received: (qmail 63896 invoked by uid 500); 8 May 2016 12:13:16 -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 63885 invoked by uid 99); 8 May 2016 12:13:16 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 May 2016 12:13:16 +0000 Received: from mail-lf0-f43.google.com (mail-lf0-f43.google.com [209.85.215.43]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 92ABF1A00E4 for ; Sun, 8 May 2016 12:13:15 +0000 (UTC) Received: by mail-lf0-f43.google.com with SMTP id u64so174770334lff.3 for ; Sun, 08 May 2016 05:13:15 -0700 (PDT) X-Gm-Message-State: AOPr4FVdk9JJBPBKQ3bavg5vIP6XEigBjFyE3VZY7fcpjm7TrY+AMsRlBtzeBpazNx3P06Iuz8oX8lIx5TxLjw== X-Received: by 10.25.141.20 with SMTP id p20mr13618051lfd.116.1462709594189; Sun, 08 May 2016 05:13:14 -0700 (PDT) MIME-Version: 1.0 References: <20160506123146.3AC433A019E@svn01-us-west.apache.org> In-Reply-To: From: Benedikt Ritter Date: Sun, 08 May 2016 12:13:04 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r1742539 - /commons/proper/io/trunk/pom.xml To: Commons Developers List Content-Type: multipart/alternative; boundary=001a11401f94c575520532539dec archived-at: Sun, 08 May 2016 12:13:18 -0000 --001a11401f94c575520532539dec Content-Type: text/plain; charset=UTF-8 Hi Benson, Benson Margulies schrieb am So., 8. Mai 2016 um 14:05 Uhr: > When I arrived as the RM, I found a URL in there that ended with > 'commons-i'. > > So, when I did the release, I patched it to end with 'commons-io' > before running the site-deploy that runs the maven-scm-publish-plugin. > > The result was javadoc at the root of the site, instead of down where > it belongs. > > So, I hypothesized that I needed to make the change that is under > discussion here. If it's the wrong change, someone please replace it > with the right change. > your first patch was correct. The URL should end with commons-io. Have a look at the site directory of commons lang [1]. The apidocs directory contains the current JavaDocs. It is deployed by mvn site-deploy. In addition to that, we manually add release JavaDocs to the javadoc directory. It serves as an archive. For whatever reason, the apidocs directory is missing in the commons-io site directory. I'll try to have a look later today or tomorrow morning. BR, Benedikt [1] https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang/ > > > On Sun, May 8, 2016 at 7:44 AM, Benedikt Ritter > wrote: > > sebb schrieb am So., 8. Mai 2016 um 13:17 Uhr: > > > >> On 6 May 2016 at 13:31, wrote: > >> > Author: bimargulies > >> > Date: Fri May 6 12:31:46 2016 > >> > New Revision: 1742539 > >> > > >> > URL: http://svn.apache.org/viewvc?rev=1742539&view=rev > >> > Log: > >> > Fix the javadoc publication URL. > >> > >> -1 > >> > >> That is not only used for Javadoc. > >> It is used for the entire site. > >> > > > > Yes, it is interpreted by mvn site-deploy. What exactly where you trying > to > > fix? I'm sure we can find another way to fix this. > > > > Benedikt > > > > > >> > >> > Modified: > >> > commons/proper/io/trunk/pom.xml > >> > > >> > Modified: commons/proper/io/trunk/pom.xml > >> > URL: > >> > http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1742539&r1=1742538&r2=1742539&view=diff > >> > > >> > ============================================================================== > >> > --- commons/proper/io/trunk/pom.xml (original) > >> > +++ commons/proper/io/trunk/pom.xml Fri May 6 12:31:46 2016 > >> > @@ -44,7 +44,7 @@ file comparators, endian transformation > >> > > >> > apache.website > >> > Apache Commons Site > >> > - scm:svn: > >> > https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/ > >> > >> > + scm:svn: > >> > https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/javadocs/api-${project.version} > >> > >> > > >> > > >> > > >> > > >> > > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > >> For additional commands, e-mail: dev-help@commons.apache.org > >> > >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --001a11401f94c575520532539dec--