Author: ltheussl Date: Sat Jan 21 23:50:43 2006 New Revision: 371228 URL: http://svn.apache.org/viewcvs?rev=371228&view=rev Log: Web page updates
Removed: maven/maven-1/plugins/trunk/simian/xdocs/installation.xml Modified: maven/maven-1/plugins/trunk/simian/xdocs/index.xml maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml Modified: maven/maven-1/plugins/trunk/simian/xdocs/index.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/xdocs/index.xml?rev=371228&r1=371227&r2=371228&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/simian/xdocs/index.xml (original) +++ maven/maven-1/plugins/trunk/simian/xdocs/index.xml Sat Jan 21 23:50:43 2006 @@ -27,18 +27,29 @@ <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. + 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 + 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> + <p> + To enable the plugin, add the following to your project.xml's + <code>/project/reports</code> node: + </p> + <source><report>maven-simian-plugin</report></source> + <p> + For further details about how to use the plugin, see the + <a href="goals.html">Goals</a> and + <a href="properties.html">Properties</a> pages. + </p> + </section> </body> </document> Modified: maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml?rev=371228&r1=371227&r2=371228&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml Sat Jan 21 23:50:43 2006 @@ -32,7 +32,6 @@ <item name="Simian" href="http://www.redhillconsulting.com.au/products/simian/"/> </links> <menu name="Overview"> - <item name="Installation" href="/installation.html"/> <item name="Goals" href="/goals.html"/> <item name="Properties" href="/properties.html"/> <item name="Tags" href="/tags.html"/>