> how to explicit mention that exclude class(prepare-agent) and not java
> files(report).
>
>
Please refer to the Maven documentation about how to configure plugins -
you can specify excludes in the configuration of the single goal
prepare-agent, not for the entire plugin, ie
<configuration>
<!-- applies to all executions of all goals -->
</configuration>
<executions>
<execution>
<goals><goal>prepare-agent</goal></goals>
<configuration>
<!-- applies only for this execution of this goal -->
</configuration>
> --
Regards,
Evgeny
--
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/CAEPFu6_h1mNZM-cMkXpGVN6Y%3DdFcpT_n4eyVn9Kt9bkEYYWWyw%40mail.gmail.com.