Hi,
I am looking for a way to package emma instrumented java classes, so that
I can deploy the war file on to tomcat and run the testcases to get the code
coverage.
when I use mvn emma:instrument package, its not instrumenting the java
classes.
Any suggestions?
Thanks
Ramesh
--
View th
I found the option in maven-antrun-plugin
version 1.2
Chinnij2ee wrote:
>
> Hi,
> I would like to know how to skip executing ant script on mvn package
>
> my pom.xml looks like
>
>
>
>
> org.apache.maven
Hi,
I would like to know how to skip executing ant script on mvn package
my pom.xml looks like
org.apache.maven.plugins
maven-antrun-plugin
test