The following comment has been added to this issue:

     Author: John Casey
    Created: Thu, 19 Feb 2004 2:17 PM
       Body:
Oh, ejb _clients_ can be bundled by:

1. specify the dependency type as 'jar' (you're not acutally bundling EJBs, just the 
ejb-client jars, or the product of maven ejb:ejb-client).

2. specify a properties section for each dependency you want to bundle like this:

<dependency>
  <groupId>someproj</groupId>
  <artifactId>someproj-bean1</artifactId>
  <type>jar</type>
  <properties>
    <war.bundle>true</war.bundle>
  </properties>
</dependency>

I think this should help. This functionality is supported by the WAR plugin; it 
bundles _jar_ dependencies, which is what you seem to be looking for.
---------------------------------------------------------------------
View this comment:
  
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPWAR-19&page=comments#action_16952

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPWAR-19

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPWAR-19
    Summary: Plugin does not allow to bundle into war dependent 'ejb' jars
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-war-plugin

   Assignee: Jason van Zyl
   Reporter: Michal Szklanowski

    Created: Thu, 19 Feb 2004 10:39 AM
    Updated: Thu, 19 Feb 2004 2:17 PM

Description:
Plugin does not allow to bundle into var required ejb libraries - their type is marked 
in project.xml as 'ejb'. 


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to