From 889e77074e55473fb72802ca5a9689e12edc72a1 Mon Sep 17 00:00:00 2001 From: Mirko Friedenhagen Date: Sun, 13 Oct 2013 21:09:32 +0200 Subject: [PATCH] Fix type in documentation of IntegrationTestMojo#test. --- .../org/apache/maven/plugin/failsafe/IntegrationTestMojo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java b/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java index 3329bcb5e1..94badee5a5 100644 --- a/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java +++ b/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java @@ -78,8 +78,8 @@ public class IntegrationTestMojo * This parameter overrides the includes/excludes parameters, and the TestNG suiteXmlFiles * parameter. *

- * since 2.7.3 You can execute a limited number of method in the test with adding #myMethod or #my*ethod. Si type - * "-Dtest=MyTest#myMethod" supported for junit 4.x and testNg + * since 2.7.3 You can execute a limited number of methods in the test with adding #myMethod or #my*ethod. E.g. type + * "-Dit.test=MyTest#myMethod" supported for junit 4.x and testNg */ @Parameter( property = "it.test" ) private String test;