Skip to content

Commit 1c96bde

Browse files
committed
Updated composition of the project web content
1 parent d07ff4d commit 1c96bde

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<modelVersion>4.0.0</modelVersion>
3333
<groupId>org.apache.httpcomponents.client5</groupId>
3434
<artifactId>httpclient5-parent</artifactId>
35-
<name>Apache HttpComponents Client Parent</name>
35+
<name>Apache HttpComponents Client</name>
3636
<version>5.7-alpha1-SNAPSHOT</version>
3737
<description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
3838
<url>https://hc.apache.org/httpcomponents-client-5.5.x/${project.version}/</url>
@@ -530,6 +530,7 @@
530530
<excludes>
531531
<exclude>@org.apache.hc.core5.annotation.Internal</exclude>
532532
</excludes>
533+
<reportOnlyFilename>true</reportOnlyFilename>
533534
<ignoreMissingClasses>true</ignoreMissingClasses>
534535
</parameter>
535536
</configuration>

src/site/site.xml

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,24 @@ specific language governing permissions and limitations
1818
under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/DECORATION/1.6.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd"
23-
name="Apache HttpComponents Client">
24-
25-
<!-- N.B. all non-body elements are automatically inherited -->
21+
<project name="Apache HttpComponents Client">
2622

2723
<skin>
28-
<groupId>org.apache.httpcomponents</groupId>
29-
<artifactId>maven-site-skin</artifactId>
30-
<version>1.1</version>
31-
</skin>
32-
<!--skin>
3324
<groupId>org.apache.maven.skins</groupId>
3425
<artifactId>maven-fluido-skin</artifactId>
3526
<version>1.9</version>
36-
</skin-->
27+
</skin>
3728

3829
<bannerLeft>
3930
<name>Apache</name>
40-
<src>http://www.apache.org/images/asf_logo_wide.gif</src>
41-
<href>http://www.apache.org/</href>
31+
<src>https://www.apache.org/images/asf_logo.gif</src>
32+
<href>https://www.apache.org/</href>
4233
</bannerLeft>
4334

4435
<bannerRight>
4536
<name>HttpComponents</name>
46-
<src>http://hc.apache.org/images/logos/httpcomponents.png</src>
47-
<href>http://hc.apache.org/</href>
37+
<src>https://hc.apache.org/images/logos/httpcomponents.png</src>
38+
<href>https://hc.apache.org/</href>
4839
</bannerRight>
4940

5041
<body>
@@ -53,7 +44,7 @@ under the License.
5344
<item name="Apache" href="http://www.apache.org/"/>
5445
<item name="HttpComponents" href="http://hc.apache.org/index.html"/>
5546
</links>
56-
47+
5748
<!-- inherited -->
5849
<menu ref="parent" inherit="bottom"/>
5950
<menu ref="modules" inherit="bottom"/>
@@ -66,15 +57,15 @@ under the License.
6657
<item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
6758
</menu>
6859
</body>
69-
60+
7061
<!-- inherited -->
7162
<poweredBy>
7263
<!-- Add ApacheCon logo -->
73-
<logo name="ApacheCon" href="http://www.apache.org/events/current-event.html"
74-
img="http://www.apache.org/events/current-event-125x125.png"/>
64+
<logo name="ApacheCon" href="https://www.apache.org/events/current-event.html"
65+
img="https://www.apache.org/events/current-event-125x125.png"/>
7566
<!-- Keep the default logo as well -->
76-
<logo name="Maven" href="http://maven.apache.org/"
77-
img="http://maven.apache.org/images/logos/maven-feather.png"/>
67+
<logo name="Maven" href="https://maven.apache.org/"
68+
img="https://maven.apache.org/images/logos/maven-feather.png"/>
7869
</poweredBy>
7970

8071
<!-- inherited -->
@@ -84,5 +75,8 @@ under the License.
8475
<br/>
8576
<div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
8677
</footer>
78+
<fluidoSkin>
79+
<skipGenerationDate>true</skipGenerationDate>
80+
</fluidoSkin>
8781
</custom>
8882
</project>

0 commit comments

Comments
 (0)