-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
darxriggs
|
||
<ribbonOrientation>right</ribbonOrientation> | ||
<ribbonColor>gray</ribbonColor> | ||
</gitHub> | ||
</fluidoSkin> | ||
</custom> | ||
<body> | ||
|
@@ -17,4 +29,4 @@ | |
<item name="Multiple Versions" href="examples/example-multiple-versions.html"/> | ||
</menu> | ||
</body> | ||
</project> | ||
</project> |
Only adding the property
custom.fluidoSkin.gitHub.projectId
would have been enough. The rest is inherited.You can check with
mvn site:effective-site
.