You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
My project is setup with a src/it/java, src/main/java, and src/test/java.
How would I set it up to instrument the src/it/java? I know the other two are default.
I tried the <includes><include>**/*.java</include></includes> but it still doesn't not instrument it but the default.
I even tried it with ${project.basedir}/**/*.java and even the straight path to the code that I wanted instrumented but that doesn't work.
Thank!
I guess that you were trying to use <includes> option for the maven-clover2-plugin. The <includes> for maven-clover2-plugin defines which sources shall be instrumented during compilation.
If you want to define which sources have to be compiled, then you have to pass this information for maven-compiler-plugin. You can either:
See: http://stackoverflow.com/questions/270445/maven-compile-with-multiple-src-directories
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
G’day everyone! Super exciting news coming from the Marketplace. We have now fully rolled out the ability for end-users to submit app requests to admins directly from within the product! No longer ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.