From e1a9d4bd401b4bf9e20d03f4611e70b46ce66cdf Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov <138671+Godin@users.noreply.github.com> Date: Wed, 2 Oct 2019 15:10:50 +0200 Subject: Update documentation about "excludes" option of offline instrumentation (#951) --- jacoco-maven-plugin/src/org/jacoco/maven/InstrumentMojo.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'jacoco-maven-plugin') diff --git a/jacoco-maven-plugin/src/org/jacoco/maven/InstrumentMojo.java b/jacoco-maven-plugin/src/org/jacoco/maven/InstrumentMojo.java index e973c654..0eb8c362 100644 --- a/jacoco-maven-plugin/src/org/jacoco/maven/InstrumentMojo.java +++ b/jacoco-maven-plugin/src/org/jacoco/maven/InstrumentMojo.java @@ -55,7 +55,10 @@ public class InstrumentMojo extends AbstractJacocoMojo { /** * A list of class files to exclude from instrumentation. May use wildcard - * characters (* and ?). When not specified nothing will be excluded. + * characters (* and ?). When not specified nothing will be excluded. Except + * for performance optimization or technical corner cases this option is + * normally not required. If you want to exclude classes from the report + * please configure the report goal accordingly. */ @Parameter private List excludes; -- cgit v1.2.3