Skip to content

Commit

Permalink
Fixed #44
Browse files Browse the repository at this point in the history
 o Fixed ribbon link location.
  • Loading branch information
khmarbaise committed May 6, 2017
1 parent 95f73e1 commit 97c8802
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
<project>
<custom>
<fluidoSkin>
<googleSearch>
<sitesearch>www.mojohaus.org</sitesearch>
</googleSearch>
<ohloh>
<projectId>5211</projectId>
<widget>thin-badge</widget>
</ohloh>
<gitHub>
<projectId>mojohaus/${project.artifactId}</projectId>

This comment has been minimized.

Copy link
@darxriggs

darxriggs Oct 7, 2018

Only adding the property custom.fluidoSkin.gitHub.projectId would have been enough. The rest is inherited.
You can check with mvn site:effective-site.

This comment has been minimized.

Copy link
@darxriggs

darxriggs Oct 7, 2018

I just opened this pull request mojohaus/mojo-parent#68 to fix it in the parent pom.

<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>gray</ribbonColor>
</gitHub>
</fluidoSkin>
</custom>
<body>
Expand All @@ -17,4 +29,4 @@
<item name="Multiple Versions" href="examples/example-multiple-versions.html"/>
</menu>
</body>
</project>
</project>

0 comments on commit 97c8802

Please sign in to comment.