Skip to content

Commit

Permalink
Update site.xml to Doxia 2
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz authored Nov 17, 2024
1 parent 96f64d5 commit 05aaf88
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,8 @@ 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">

<custom>
<!--
the fork me on github link point the the parent project, fix it by repeating the projectId here.
I suspect/hope there is a smarter way to do this, this is just a quickfix
-->
<fluidoSkin>
<gitHub>
<projectId>mojohaus/${this.artifactId}</projectId>
</gitHub>
</fluidoSkin>
</custom>

<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
Expand All @@ -45,4 +32,4 @@ under the License.
<item name="Integration tests" href="examples/integration-tests.html"/>
</menu>
</body>
</project>
</site>

0 comments on commit 05aaf88

Please sign in to comment.