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 2003/10/17 09:35:09 UTC

[jira] Updated: (MAVEN-932) Select which jars to deploy in uberjar

The following issue has been updated:

    Updater: dion gillard (mailto:dion@apache.org)
       Date: Fri, 17 Oct 2003 2:34 AM
    Changes:
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

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

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-932


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-932
    Summary: Select which jars to deploy in uberjar
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: 2 days

    Project: maven
 Components: 
             plugin-uberjar
   Fix Fors:
             1.1

   Assignee: 
   Reporter: Ludovic Claude

    Created: Wed, 15 Oct 2003 7:07 AM
    Updated: Fri, 17 Oct 2003 2:34 AM
Environment: All

Description:
My project creates a Ant task, and i want to create an uberjar that contains the jar for this task and its dependencies, but i want to remove ant.jar from the dependencies to be included in the uberjar. 

It would be great to have something like the following in project.xml:

<dependency>
  <groupId>ant</groupId>
  <artifactId>ant</artifactId>
  <version>1.5.3</version>
  <properties>
    <property name="uberjar.deploy" value="false" />
  </properties>
</dependency>




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