properties like  "including/excluding filters" could be useful
--------------------------------------------------------------

         Key: MNG-1396
         URL: http://jira.codehaus.org/browse/MNG-1396
     Project: Maven 2
        Type: Improvement
  Components: maven-ejb-plugin  
    Versions: 2.0.1    
 Reporter: Juraj Burian
     Fix For: 2.0.1
 Attachments: maven-ejb-plugin.patch

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