From 6b34aac479630c7dce8cf9a2297083cde5d7b1e0 Mon Sep 17 00:00:00 2001 From: "Marc R. Hoffmann" Date: Mon, 11 May 2015 21:38:59 +0200 Subject: GitHub #270: Clarify declaration of properties. --- jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'jacoco-maven-plugin') diff --git a/jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java b/jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java index 1ff9f248..faecb60a 100644 --- a/jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java +++ b/jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java @@ -26,9 +26,9 @@ import java.io.File; * * *

- * If your project already uses the argLine to configure the - * surefire-maven-plugin, be sure that argLine defined as a property, rather - * than as part of the plugin configuration. For example: + * If your project already defines VM arguments for test execution, be sure that + * the VM arguments are defined as a property, rather than as part of the plugin + * configuration. For example in case of maven-surefire-plugin: *

* *
@@ -45,7 +45,6 @@ import java.io.File;
  *   </plugin>
  * 
* - * *

* Resulting coverage information is collected during execution and by default * written to a file when the process terminates. -- cgit v1.2.3