Plugin documentation for clientExcludes property is incorrect
-------------------------------------------------------------

                 Key: MEJB-26
                 URL: http://jira.codehaus.org/browse/MEJB-26
             Project: Maven 2.x Ejb Plugin
          Issue Type: Task
    Affects Versions: 2.0
            Reporter: Jo Vandermeeren
            Priority: Trivial


The plugin documentation for the clientExcludes property is incorrect:

<clientIncludes>
<clientInclude>**/*Ejb.class</clientInclude>
<clientInclude>**/*Bean.class</clientInclude>
</clientIncludes>

Should be

<clientExcludes>
<clientExclude>**/*Ejb.class</clientExclude>
<clientExclude>**/*Bean.class</clientExclude>
</clientExcludes>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to