Details
-
Type: Task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
There is dependency on ant:ant:1.5.1 in pom.xml but official groupId for ant is org.apache.ant also there is version 1.8.1 of ant.
Can we get this dependency updated to org.apache.ant:ant:1.8.1?
This will really ease the work for us(Linux distros) building from source because we are not providing the old groupId for ant projects.
Activity
Robert Scholte
made changes -
Field | Original Value | New Value |
---|---|---|
Issue Type | Improvement [ 4 ] | Task [ 3 ] |
Robert Scholte
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Assignee | Robert Scholte [ rfscholte ] | |
Fix Version/s | 2.0 [ 15636 ] | |
Resolution | Fixed [ 1 ] |
Fixed in rev.790
When changing the groupId Maven isn't capable in recognizing the upgrade. So I agree on changing it to the new groupId. But I've set the version to the bare minimum (1.7.0), I don't want QDox being the dependency forcing the highest version of Ant.
When defining the Ant dependency in <dependencyManagement/> of your pom, Maven will pick up this version.