site.xml revision 1ae7e5ff8c4ce5eb322a6844f80b7868915bd395
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2010-2012 Julien Nicoulaud <julien.nicoulaud@gmail.com>
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the 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">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>${maven-fluido-skin.version}</version>
</skin>
<custom>
<fluidoSkin>
<gitHub>
<projectId>nicoulaj/checksum-maven-plugin</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>black</ribbonColor>
</gitHub>
<ohloh>
<projectId>475934</projectId>
<widget>users</widget>
</ohloh>
</fluidoSkin>
</custom>
<body>
<!-- Google analytics tracking code -->
<head>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2189278-12']);
_gaq.push(['_trackPageview']);
(function()
{
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') +
'.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<!-- Menus -->
<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="Goals" href="plugin-info.html"/>
<item name="Usage" href="usage.html"/>
</menu>
<menu name="Examples">
<item name="Generating project artifacts checksums" href="/examples/generating-project-artifacts-checksums.html"/>
<item name="Generating project checksum summary files" href="/examples/generating-checksum-summary-files.html"/>
<item name="Generating project dependencies checksums"
href="/examples/generating-project-dependencies-checksums.html"/>
<item name="Invoking from the command line" href="/examples/invoking-from-the-command-line.html"/>
<item name="Using custom checksum algorithms" href="/examples/using-custom-checksum-algorithms.html"/>
</menu>
<menu ref="reports"/>
</body>
</project>