Skip to content

Commit

Permalink
Merge pull request #34 from mojohaus/#30_fluido_skin
Browse files Browse the repository at this point in the history
[#30] add fluido skin
  • Loading branch information
bmarwell committed Jan 16, 2022
2 parents e230d6b + 73d10c1 commit c9d0229
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<body>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.10.0</version>
</skin>
<custom>
<fluidoSkin>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
<copyrightClass>pull-right</copyrightClass>
<gitHub>
<projectId>mojohaus/taglist-maven-plugin</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>black</ribbonColor>
<profile>production</profile>
</gitHub>
</fluidoSkin>
</custom>
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="Goals" href="plugin-info.html"/>
Expand Down

0 comments on commit c9d0229

Please sign in to comment.