Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0-alpha-3
-
Fix Version/s: 3.0-alpha-3
-
Component/s: Plugins and Lifecycle
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Apache Commons has an ant plugin which is used to generate custom download and issue tracking pages for the 30+ components:
- http://commons.apache.org/commons-build-plugin/
- http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/
This works fine with maven 2.x but when I tried to run the goals using maven-3 built from the latest source today it fails. I'm attaching the output (run with -X) . There is a small test project which can be used to show this problem here:
There are two goals:
- mvn commons:download-page
- mvn commons:jira-page
These should each create an xml document in the xdocs directory
Issue Links
Activity
Benjamin Bentmann
made changes -
Benjamin Bentmann
made changes -
| Affects Version/s | 3.0 [ 13142 ] | |
| Affects Version/s | 3.0-alpha-3 [ 14719 ] |
Benjamin Bentmann
made changes -
| Summary | Ant plugin fails with Maven-3 | [regression] Ant plugin fails with Maven-3 |
Benjamin Bentmann
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Benjamin Bentmann [ bentmann ] | |
| Fix Version/s | 3.0-alpha-3 [ 14719 ] | |
| Resolution | Fixed [ 1 ] |
Benjamin Bentmann
made changes -
Fixed by updating to classworlds 2.2.1+ and plexus 1.4.0+