[ 
http://jira.codehaus.org/browse/MCOBERTURA-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_99814
 ] 

Kerry Sainsbury commented on MCOBERTURA-51:
-------------------------------------------

This is a duplicate of MCOBERTURA-37

> Documentation missing required tags
> -----------------------------------
>
>                 Key: MCOBERTURA-51
>                 URL: http://jira.codehaus.org/browse/MCOBERTURA-51
>             Project: Maven 2.x Cobertura Plugin
>          Issue Type: Bug
>         Environment: Documentation
>            Reporter: Jim Wilson
>            Priority: Minor
>
> In the "Configuring Instrumentation" section of the site documentation, the 
> example omits the <includes> and <excludes> tags.  To see this, visit:
> http://mojo.codehaus.org/cobertura-maven-plugin/usage.html
> The real example should read:
> <project>
>   ...
>   <build>
>     ...
>     <plugins>
>       ...
>       <plugin>
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>cobertura-maven-plugin</artifactId>
>         <configuration>
>           <instrumentation>
>             <ignores>
>               <ignore>com.example.boringcode.*</ignore>
>             </ignores>
>             <excludes>
>               <exclude>com/example/dullcode/**/*.class</exclude>
>               <exclude>com/example/**/*Test.class</exclude>
>             </excludes>
>           </instrumentation>
>         </configuration>
>         <executions>
>           <execution>
>             <goals>
>               <goal>clean</goal>
>             </goals>
>           </execution>
>         </executions>
>       </plugin>
>     </plugins>
>   </build>
> </project>
> Without these tags, the result of running "mvn cobertura:cobertura" is as 
> described here:
> http://mail-archives.apache.org/mod_mbox/maven-users/200607.mbox/[EMAIL 
> PROTECTED]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to