[ http://jira.codehaus.org/browse/MEJB-4?page=all ]

Jason van Zyl moved MNG-1396 to MEJB-4:
---------------------------------------

        Version:     (was: 2.0.1)
    Fix Version:     (was: 2.0.1)
           type: Bug  (was: Improvement)
      Component:     (was: maven-ejb-plugin)
       Workflow: jira  (was: Maven)
            Key: MEJB-4  (was: MNG-1396)
        Project: Maven 2.x Ejb Plugin  (was: Maven 2)

> properties like  "including/excluding filters" could be useful
> --------------------------------------------------------------
>
>          Key: MEJB-4
>          URL: http://jira.codehaus.org/browse/MEJB-4
>      Project: Maven 2.x Ejb Plugin
>         Type: Bug

>     Reporter: Juraj Burian
>     Assignee: John Casey
>  Attachments: maven-ejb-plugin.patch
>
> Original Estimate: 30 minutes
>        Time Spent: 30 minutes
>         Remaining: 0 minutes
>
> clientExcludes and clientIncludes properties are introduced in this patch 
> (see. attachement).
> In my opinion it is helpful parametrisation of client jar creation.
> Usage:
>                       <plugin>
>                               <groupId>org.apache.maven.plugins</groupId>
>                               <artifactId>maven-ejb-plugin</artifactId>
>                               <configuration>
>                                       <generateClient>true</generateClient>
>                                       
> <clientExludes>**/*Bean.class,**/impl/**</clientExludes>
>                                       <archive>
>                                               <manifest>
>                                                       
> <addClasspath>true</addClasspath>
>                                               </manifest>
>                                       </archive>
>                               </configuration>
>                       </plugin>
> regards,
> JuBu

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to