Skip to content

Commit

Permalink
Added missing configuration for site and ribbon
Browse files Browse the repository at this point in the history
which seemed to be not inherited.
  • Loading branch information
khmarbaise committed Nov 11, 2015
1 parent b22410f commit 7067e2e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@
-->

<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">
<custom>
<fluidoSkin>
<googleSearch>
<sitesearch>www.mojohaus.org</sitesearch>
</googleSearch>
<ohloh>
<projectId>5211</projectId>
<widget>thin-badge</widget>
</ohloh>
<gitHub>
<projectId>mojohaus/${project.artifactId}</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>gray</ribbonColor>
</gitHub>
</fluidoSkin>
</custom>
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
Expand Down

0 comments on commit 7067e2e

Please sign in to comment.