You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/03/12 09:41:33 UTC

[jira] Updated: (MPUBERJAR-4) support properties to include jars

The following issue has been updated:

    Updater: Joerg Schaible (mailto:joerg.schaible@elsag-solutions.com)
       Date: Fri, 12 Mar 2004 3:40 AM
    Comment:
plugin.jelly.diff supporting uberjar.bundle
    Changes:
             Attachment changed to plugin.jelly.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPUBERJAR-4&page=history

---------------------------------------------------------------------
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:40 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org