Maven 1.x UberJar Plugin

Select which jars to deploy in uberjar

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Duplicate
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Environment:
    All
  • Number of attachments :
    0

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>

Activity

Hide
Brett Porter added a comment -

dupe of MPUBERJAR-4

Show
Brett Porter added a comment - dupe of MPUBERJAR-4

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved:

Time Tracking

Estimated:
2d
Original Estimate - 2 days
Remaining:
2d
Remaining Estimate - 2 days
Logged:
Not Specified
Time Spent - Not Specified