aboutsummaryrefslogtreecommitdiff
path: root/jacoco-maven-plugin/src/org/jacoco/maven
diff options
context:
space:
mode:
Diffstat (limited to 'jacoco-maven-plugin/src/org/jacoco/maven')
-rw-r--r--jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java b/jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java
index 62a92f16..82f59c79 100644
--- a/jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java
+++ b/jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java
@@ -51,6 +51,11 @@ import org.apache.maven.plugins.annotations.ResolutionScope;
* </pre>
*
* <p>
+ * You can define empty property to avoid JVM startup error <code>Could not find or load main class @{argLine}</code>
+ * when using late property evaluation and jacoco-maven-plugin not executed.
+ * </p>
+ *
+ * <p>
* Another way is to define "argLine" as a Maven property rather than
* as part of the configuration of maven-surefire-plugin:
* </p>