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.


On Sun, May 8, 2016 at 7:44 AM, Benedikt Ritter <brit...@apache.org> wrote:
> sebb <seb...@gmail.com> schrieb am So., 8. Mai 2016 um 13:17 Uhr:
>
>> On 6 May 2016 at 13:31,  <bimargul...@apache.org> 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
>> >      <site>
>> >        <id>apache.website</id>
>> >        <name>Apache Commons Site</name>
>> > -      <url>scm:svn:
>> https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/
>> </url>
>> > +      <url>scm:svn:
>> https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/javadocs/api-${project.version}
>> </url>
>> >      </site>
>> >    </distributionManagement>
>> >
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to