You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2008/07/07 14:47:26 UTC

[jira] Closed: (MEJB-26) Plugin documentation for clientExcludes property is incorrect

     [ http://jira.codehaus.org/browse/MEJB-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MEJB-26.
-------------------------------

         Assignee: Dennis Lundberg
       Resolution: Fixed
    Fix Version/s: 2.2

Fixed in r674474.

> 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
>            Assignee: Dennis Lundberg
>            Priority: Trivial
>             Fix For: 2.2
>
>
> 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