Please let me know whether the below configuration is correct or any 
changes are required? This is present in root pom.xml.
 

> <build>
>     <plugins>
>       <plugin>
>         <groupId>org.jacoco</groupId>
>         <artifactId>jacoco-maven-plugin</artifactId>
>         <executions>
> <execution>
> <id>default-instrument</id>
> <goals>
> <goal>instrument</goal>
> </goals>
> </execution>
> <execution>
> <id>default-restore-instrumented-classes</id>
> <goals>
> <goal>restore-instrumented-classes</goal>
> </goals>
> </execution>
> <execution>
> <id>prepare-agent</id>
> <goals>
>  <goal>prepare-agent</goal> 
> </goals>
> </execution>
>         </executions>
>       </plugin>
>     </plugins>
>   </build>
>

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/078c8887-05d3-4ac2-8252-2d0b2cd2cbb7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to