Skip to content

Commit

Permalink
activate SCM publish to /httpcomponents-client-5.0.x/doc/
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy authored and ok2c committed Jan 13, 2021
1 parent 3b0a7ae commit 1bb3446
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<name>Apache HttpComponents Client Parent</name>
<version>5.0.3-SNAPSHOT</version>
<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>
<packaging>pom</packaging>

Expand All @@ -51,6 +51,14 @@
<tag>5.0.3-SNAPSHOT</tag>
</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>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
Expand Down Expand Up @@ -311,6 +319,7 @@
<reportSets>
<reportSet>
<reports>
<report>index</report>
<report>dependency-info</report>
<report>dependency-management</report>
<report>issue-management</report>
Expand Down
5 changes: 5 additions & 0 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ under the License.
<artifactId>maven-site-skin</artifactId>
<version>1.1</version>
</skin>
<!--skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.9</version>
</skin-->

<bannerLeft>
<name>Apache</name>
Expand Down

0 comments on commit 1bb3446

Please sign in to comment.