git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115181 13f79535-47bb-0310-9956-ffa450edef68
45 lines
1.5 KiB
XML
45 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
/*
|
|
* Copyright 2001-2004 The Apache Software Foundation.
|
|
*
|
|
* 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.
|
|
*/
|
|
-->
|
|
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Simian Plugin</title>
|
|
<author email="aslak@thoughtworks.net">Aslak Hellesoy</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Simian Plugin">
|
|
<p>
|
|
This plugin generates xdoc documentation containing a
|
|
<a href="http://www.redhillconsulting.com.au/products/simian/">Simian</a>
|
|
(Similarity Analyser) report. Simian identifies duplicated lines in
|
|
Java and C# source code. Ie. lines of code that occur more than once
|
|
across an entire source tree.
|
|
</p>
|
|
<p>
|
|
Duplicate code should always be refactored. It is therefore recommended
|
|
that the maven.simian.failonduplication property be set to true and that the
|
|
maven.simian.linecount property be small. This will make it easier
|
|
to always have duplicates factored out in the codebase.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</document>
|