Skip to content

Commit

Permalink
Site small fixes + Fluido skin 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 29, 2020
1 parent c5724c6 commit 79f8bde
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,16 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down
3 changes: 1 addition & 2 deletions src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ ${project.name}
For available configuration options for these artifacts, please see the
{{{./modules.html}modules configuration}}.

For more information about the Java EE technology, please visit
{{http://www.oracle.com/us/technologies/java/enterprise-edition/overview/index.html}}.
For more information about the Java EE technology, please visit {{https://www.oracle.com/java/technologies/java-ee-glance.html}}.

* Version 3.2.0

Expand Down
13 changes: 6 additions & 7 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,23 @@ under the License.
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<bannerLeft>
<src>http://maven.apache.org/images/apache-maven-project.png</src>
<href>http://www.apache.org/</href>
<src>https://maven.apache.org/images/apache-maven-project.png</src>
<href>https://www.apache.org/</href>
</bannerLeft>

<bannerRight>
<src>http://maven.apache.org/images/maven-logo-black-on-white.png</src>
<href>http://maven.apache.org/</href>
<src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
<href>https://maven.apache.org/</href>
</bannerRight>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.7</version>
<version>1.9</version>
</skin>

<custom>
<fluidoSkin>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
<googlePlusOne />
<googleSearch>
<sitesearch>maven.apache.org/plugins/maven-ear-plugin/</sitesearch>
</googleSearch>
Expand All @@ -54,7 +53,7 @@ under the License.
<item name="Usage" href="usage.html"/>
<item name="FAQ" href="faq.html"/>
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
<item name="License" href="http://www.apache.org/licenses/"/>
<item name="License" href="https://www.apache.org/licenses/"/>
<item name="Download" href="download.html"/>
</menu>
<menu name="Configuration">
Expand Down

0 comments on commit 79f8bde

Please sign in to comment.