activate SCM publish to /httpcomponents-client-5.0.x/doc/
This commit is contained in:
parent
3b0a7aeee8
commit
1bb34465d4
11
pom.xml
11
pom.xml
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -311,6 +319,7 @@
|
|||
<reportSets>
|
||||
<reportSet>
|
||||
<reports>
|
||||
<report>index</report>
|
||||
<report>dependency-info</report>
|
||||
<report>dependency-management</report>
|
||||
<report>issue-management</report>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue