Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPUBERJAR-4
    Summary: support properties to include jars
       Type: Improvement

     Status: Open
   Priority: Critical

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven-uberjar-plugin

   Assignee: Jason van Zyl
   Reporter: Joerg Schaible

    Created: Fri, 12 Mar 2004 3:39 AM
    Updated: Fri, 12 Mar 2004 3:39 AM

Description:
The uberjar plugin should not include any dependent jar by default (i.e. test 
dependencies). In my personal case I have to call an EJB and therefore a reference to 
the 40MB weblogic-8.1.jar. Even worse, the first call needs more than 45 minutes 
because it takes that long to extract all the necessary classes! So it is vital for 
me, that I can determin the bundled jars. The provided patch supports the properties 
style of other plugins:

 <dependency>
     ...
     <properties>
         <uberjar.bundle>true</uberjar.bundle>
     </properties>
 </dependency>

Regards,
J�rg


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