activate SCM publish to /httpcomponents-client-5.0.x/doc/

This commit is contained in:
Hervé Boutemy 2021-01-10 18:07:02 +01:00 committed by Oleg Kalnichevski
parent 3b0a7aeee8
commit 1bb34465d4
2 changed files with 15 additions and 1 deletions

11
pom.xml
View File

@ -35,7 +35,7 @@
<name>Apache HttpComponents Client Parent</name> <name>Apache HttpComponents Client Parent</name>
<version>5.0.3-SNAPSHOT</version> <version>5.0.3-SNAPSHOT</version>
<description>Apache HttpComponents Client is a library of components for building client side HTTP services</description> <description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
<url>https://hc.apache.org/httpcomponents-client-5.0.x/</url> <url>https://hc.apache.org/httpcomponents-client-5.0.x/doc/</url>
<inceptionYear>1999</inceptionYear> <inceptionYear>1999</inceptionYear>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -51,6 +51,14 @@
<tag>5.0.3-SNAPSHOT</tag> <tag>5.0.3-SNAPSHOT</tag>
</scm> </scm>
<distributionManagement>
<site>
<id>apache.website</id>
<name>Apache HttpComponents Website</name>
<url>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/site/httpcomponents-client-5.0.x/doc/</url>
</site>
</distributionManagement>
<properties> <properties>
<maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>1.7</maven.compiler.target>
@ -311,6 +319,7 @@
<reportSets> <reportSets>
<reportSet> <reportSet>
<reports> <reports>
<report>index</report>
<report>dependency-info</report> <report>dependency-info</report>
<report>dependency-management</report> <report>dependency-management</report>
<report>issue-management</report> <report>issue-management</report>

View File

@ -29,6 +29,11 @@ under the License.
<artifactId>maven-site-skin</artifactId> <artifactId>maven-site-skin</artifactId>
<version>1.1</version> <version>1.1</version>
</skin> </skin>
<!--skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.9</version>
</skin-->
<bannerLeft> <bannerLeft>
<name>Apache</name> <name>Apache</name>