Hi All I have got a problem in maven emma code coverage reporting,All that I want is to eliminate some classes from final emma report generated,I have tried using plugin (emma-maven-plugin) in my POM file but it doesn't work out for me,still the filtered classes appear in emma report
4.0.0
com.vj.ci
svn
0.0.1-SNAPSHOT
svn
Test project for SVN Integration
UTF-8
org.apache.maven.plugins
maven-compiler-plugin
1.5
1.5
*
org.codehaus.mojo
emma-maven-plugin
1.0-alpha-3
true
process-classes
**/sample/Track.java
**/sample/TestTrack.java
**/sample/FirstSvn.java
-svn.sample.*
-svn.sample.Track.*
instrument
*
org.apache.maven.plugins
maven-surefire-plugin
true
once
xml
**/sample/TestTrack.java
${project.build.directory}/generated-classes/emma/classes
org.codehaus.mojo
emma-maven-plugin
1.0-alpha-3
true
org.codehaus.mojo
surefire-report-maven-plugin
2.0-beta-1
true
junit
junit
3.8.1
test
Please help.
Thank you
Best Regards
Vijay Penmetsa
--
View this message in context:
http://maven.40175.n5.nabble.com/emma-maven-plugin-filter-excludes-tp4527803p4527803.html
Sent from the Maven - Users mailing list archive at Nabble.com.
