Skip to content

Commit

Permalink
Update maven-site-plugin to 3.9.1 and use Fluido Skin 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 12, 2021
1 parent ebe5c5a commit 9afab19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ under the License.
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.1</version>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.1</version>
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ${project.name}
entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
Of course, patches are welcome, too. Contributors can check out the project from our
{{{./scm.html}source repository}} and will find supplementary information in the
{{{http://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
{{{https://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.

* Examples

Expand Down
19 changes: 4 additions & 15 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,18 @@ specific language governing permissions and limitations
under the License.
-->

<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
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">
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">

<bannerLeft>
<src>http://maven.apache.org/images/apache-maven-project.png</src>
<href>http://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>
</bannerRight>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.6</version>
<version>1.9</version>
</skin>

<custom>
<fluidoSkin>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
<googlePlusOne />
<googleSearch>
<sitesearch>maven.apache.org/plugins/maven-invoker-plugin/</sitesearch>
</googleSearch>
Expand All @@ -55,7 +44,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="reference">
Expand Down

0 comments on commit 9afab19

Please sign in to comment.