This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push:
new 9dc7f29 [SUREFIRE-1690] Typo fixed: classpathDependencyExclude (#246)
9dc7f29 is described below
commit 9dc7f2900d4b63764acaff820fc546b0fd3d91de
Author: Tagir Valeev <[email protected]>
AuthorDate: Fri Aug 30 23:13:38 2019 +0700
[SUREFIRE-1690] Typo fixed: classpathDependencyExclude (#246)
---
.../src/site/apt/examples/configuring-classpath.apt.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/maven-surefire-plugin/src/site/apt/examples/configuring-classpath.apt.vm
b/maven-surefire-plugin/src/site/apt/examples/configuring-classpath.apt.vm
index 75e1e9d..76d9b87 100644
--- a/maven-surefire-plugin/src/site/apt/examples/configuring-classpath.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/configuring-classpath.apt.vm
@@ -103,7 +103,7 @@ Removing Dependency Classpath Elements
<version>${project.version}</version>
<configuration>
<classpathDependencyExcludes>
-
<classpathDependencyExcludes>org.apache.commons:commons-email</classpathDependencyExcludes>
+
<classpathDependencyExclude>org.apache.commons:commons-email</classpathDependencyExclude>
</classpathDependencyExcludes>
</configuration>
</plugin>