Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:All
-
Number of attachments :
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>
dupe of
MPUBERJAR-4MPUBERJAR-4