[
https://issues.apache.org/jira/browse/SUREFIRE-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tibor Digana updated SUREFIRE-1690:
-----------------------------------
Description:
The inner tag should be singular {{classpathDependencyExclude}}.
Problem with the documentation:
{code:xml}
<classpathDependencyExcludes>
<classpathDependencyExcludes>org.apache.commons:commons-email</classpathDependencyExcludes>
</classpathDependencyExcludes>
{code}
was:
The inner tag should be singular {{classpathDependencyExclude}}.
Problem:
{code:xml}
<classpathDependencyExcludes>
<classpathDependencyExcludes>org.apache.commons:commons-email</classpathDependencyExcludes>
</classpathDependencyExcludes>
{code}
> Typo fixed: classpathDependencyExclude
> --------------------------------------
>
> Key: SUREFIRE-1690
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1690
> Project: Maven Surefire
> Issue Type: Bug
> Components: documentation
> Reporter: Tibor Digana
> Assignee: Tibor Digana
> Priority: Major
> Fix For: 3.0.0-M4
>
>
> The inner tag should be singular {{classpathDependencyExclude}}.
> Problem with the documentation:
> {code:xml}
> <classpathDependencyExcludes>
>
> <classpathDependencyExcludes>org.apache.commons:commons-email</classpathDependencyExcludes>
> </classpathDependencyExcludes>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)