Package emma instrumented classes

2009-08-21 Thread Chinnij2ee
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

Re: Skipping ant tasks on mvn package

2009-08-13 Thread Chinnij2ee
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

Skipping ant tasks on mvn package

2009-08-13 Thread Chinnij2ee
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