Author: vmassol Date: Sat Apr 8 12:18:43 2006 New Revision: 392590 URL: http://svn.apache.org/viewcvs?rev=392590&view=rev Log: Added example link to the doco
Modified: maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt Modified: maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt?rev=392590&r1=392589&r2=392590&view=diff ============================================================================== --- maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt (original) +++ maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt Sat Apr 8 12:18:43 2006 @@ -43,3 +43,8 @@ to tamper with your main files. See the {{{howto.html}Howto}} section to learn how to use these features. + +Examples + + Check the {{{http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-clover-plugin/src/it/}plugin test suite}} + for example of how to use this plugin.