I want the instrumented class files generated via the clover goal to be stored in its own directory.

I've tried explicity setting in the clover.jelly <clover:on> goal:

<j:set var="maven.build.dest" value="${maven.build.clover.classes}"/>
<j:set var="maven.test.dest" value="${maven.build.clover.classes}"/>

Which is invoked prior to test:test (which in turn invokes java:compile). But by the time java:compile runs, the value is set back to its default of "${maven.build.dir}/classes". I can't set the values in my project.properties because when java:compile runs directly, it should store the classes in the normal location.

Any clues what I need to get the values to stick?



--
To unsubscribe, e-mail: <mailto:turbine-maven-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-maven-dev-help@;jakarta.apache.org>

Reply via email to