Here is my declaration:

and I still get log.* as untested in my reports:

32  0

        
log.debug("org.delta.provider.npi.service.impl.ProviderHistoryDAOImpl#getProviderHistoryByProviderIdentifier(long,
int)");






               <plugin>
                   <groupId>org.codehaus.mojo</groupId>
                   <artifactId>cobertura-maven-plugin</artifactId>
                   <version>2.0</version>

                   <configuration>
                       <!-- BUG IN PLUGIN:
<dataFile>${basedir}/target/cobertura.ser</dataFile>-->
                       <formats>
                           <format>xml</format>
                           <format>html</format>
                       </formats>

                       <instrumentation>
                           <ignores>
                               <ignore>com/**/*Exception.class</ignore>
                               <ignore>org/**/*Exception.class</ignore>
                               <ignore>com/**/BaseObject.class</ignore>
                               <ignore>org.apache.commons.logging.*
</ignore>
                           </ignores>
                           <excludes>
                               <exclude>com/**/*Test.class</exclude>
                               <exclude>org/**/*Test.class</exclude>
                               <exclude>com/**/*Exception.class</exclude>
                               <exclude>org/**/*Exception.class</exclude>
                               <exclude>com/**/BaseObject.class</exclude>
                               <exclude>org.delta.provider.npi.test.*
</exclude>
                               <exclude>org.apache.commons.logging.*
</exclude>
                           </excludes>
                       </instrumentation>
                   </configuration>
                   <executions>
                       <execution>
                           <goals>
                               <goal>clean</goal>
                               <!--<goal>check</goal>-->
                           </goals>
                       </execution>
                   </executions>
               </plugin>





--
Thanks

DJ MICK

(Mick Knutson)
http://www.djmick.com
http://www.myspace.com/djmick_dot_com
http://www.thumpradio.com

Reply via email to