diff --git a/httpclient5-cache/pom.xml b/httpclient5-cache/pom.xml
index 17220d431..05700b450 100644
--- a/httpclient5-cache/pom.xml
+++ b/httpclient5-cache/pom.xml
@@ -23,7 +23,7 @@
individuals on behalf of the Apache Software Foundation. For more
information on the Apache Software Foundation, please see
.
- -->
+ -->4.0.0org.apache.httpcomponents.client5
@@ -34,7 +34,6 @@
Apache HttpClient Cache2010Apache HttpComponents HttpClient Cache
- https://hc.apache.org/httpcomponents-client-5.0.x/jar
@@ -127,6 +126,7 @@
+ indexdependenciesdependency-infosummary
diff --git a/httpclient5-fluent/pom.xml b/httpclient5-fluent/pom.xml
index 905c60951..62583ab13 100644
--- a/httpclient5-fluent/pom.xml
+++ b/httpclient5-fluent/pom.xml
@@ -23,7 +23,7 @@
individuals on behalf of the Apache Software Foundation. For more
information on the Apache Software Foundation, please see
.
- -->
+ -->4.0.0org.apache.httpcomponents.client5
@@ -34,7 +34,6 @@
Apache HttpClient Fluent2011Apache HttpComponents Client Fluent
- https://hc.apache.org/httpcomponents-client-5.0.x/jar
@@ -120,6 +119,7 @@
+ indexdependenciesdependency-infosummary
diff --git a/httpclient5-testing/pom.xml b/httpclient5-testing/pom.xml
index b5ad5db65..4551dd49b 100644
--- a/httpclient5-testing/pom.xml
+++ b/httpclient5-testing/pom.xml
@@ -23,7 +23,7 @@
individuals on behalf of the Apache Software Foundation. For more
information on the Apache Software Foundation, please see
.
- -->
+ -->4.0.0org.apache.httpcomponents.client5
@@ -33,7 +33,6 @@
httpclient5-testingApache HttpClient Integration TestsApache HttpClient integration tests
- https://hc.apache.org/httpcomponents-client-5.0.x/jar
@@ -108,6 +107,7 @@
+ indexdependenciesdependency-infosummary
diff --git a/httpclient5-win/pom.xml b/httpclient5-win/pom.xml
index 7b53890be..60994c034 100644
--- a/httpclient5-win/pom.xml
+++ b/httpclient5-win/pom.xml
@@ -23,7 +23,7 @@
individuals on behalf of the Apache Software Foundation. For more
information on the Apache Software Foundation, please see
.
- -->
+ -->4.0.0org.apache.httpcomponents.client5
@@ -33,7 +33,6 @@
httpclient5-winApache HttpClient Windows featuresApache HttpClient Windows specific functionality
- https://hc.apache.org/httpcomponents-client-5.0.x/jar
@@ -89,6 +88,7 @@
+ indexdependenciesdependency-infosummary
diff --git a/httpclient5/pom.xml b/httpclient5/pom.xml
index b57d152e7..fccd74c78 100644
--- a/httpclient5/pom.xml
+++ b/httpclient5/pom.xml
@@ -23,7 +23,7 @@
individuals on behalf of the Apache Software Foundation. For more
information on the Apache Software Foundation, please see
.
- -->
+ -->4.0.0org.apache.httpcomponents.client5
@@ -33,7 +33,6 @@
httpclient5Apache HttpClientApache HttpComponents Client
- https://hc.apache.org/httpcomponents-client-5.0.x/jar
@@ -166,6 +165,7 @@
+ indexdependenciesdependency-infosummary
diff --git a/pom.xml b/pom.xml
index de94e5361..9d212718d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
individuals on behalf of the Apache Software Foundation. For more
information on the Apache Software Foundation, please see
.
- -->
+ -->org.apache.httpcomponentshttpcomponents-parent
@@ -327,16 +327,40 @@
${hc.javadoc.version}true
+ true
https://hc.apache.org/httpcomponents-core-5.0.x/httpcore5/apidocs/
https://hc.apache.org/httpcomponents-core-5.0.x/httpcore5-h2/apidocs/
${project.url}/httpclient5/apidocs/
+
+
+ Apache HttpClient
+ org.apache.hc.client5.http*
+
+
+ Apache HttpClient Cache
+ org.apache.hc.client5.http.cache*:org.apache.hc.client5.http.impl.cache*:org.apache.hc.client5.http.schedule:org.apache.hc.client5.http.impl.schedule*
+
+
+ Apache HttpClient Fluent
+ org.apache.hc.client5.http.fluent*
+
+
+ Apache HttpClient Testing
+ org.apache.hc.client5.testing*
+
+
+ Apache HttpClient Windows features
+ org.apache.hc.client5.http.impl.win*
+
+ javadoc
+ aggregate
diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
new file mode 100644
index 000000000..d233cf123
--- /dev/null
+++ b/src/site/resources/css/site.css
@@ -0,0 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+ @import url("/css/hc-maven.css");
+
\ No newline at end of file
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 000000000..46ca40d81
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+ org.apache.httpcomponents
+ maven-site-skin
+ 1.1
+
+
+
+ Apache
+ http://www.apache.org/images/asf_logo_wide.gif
+ http://www.apache.org/
+
+
+
+ HttpComponents
+ http://hc.apache.org/images/logos/httpcomponents.png
+ http://hc.apache.org/
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+