You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "vanduynslaeger (JIRA)" <ji...@codehaus.org> on 2006/05/03 15:00:41 UTC

[jira] Commented: (MEJB-4) properties like "including/excluding filters" could be useful

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

vanduynslaeger commented on MEJB-4:
-----------------------------------

Where can i find the release maven-ejb-plugin including this patch ?
It's seem that patch was not included on maven-ejb-plugin 2.0 (current version)

> 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