JIRA plugin changes
Brett Porter
Jira plugin does not work with NTLM proxy.
Upgrade to HttpClient 3.0.
Plugin uses deprecated API to retrieve JIRA issues. Now requires at least JIRA 3.3.
Add a jira-roadmap report.
Layout changes: mimic default JIRA appearance, also show votes.
Icons are corrupted (images are filtered during the copy).
Only log an error if the jira changes xml can't be parsed instead of throwing an Exception
Make the Jira report work also using a fancy JIRA url like http://jira.codehaus.org/browse/MPJIRA (it doesn't require the url with a numeric project id anymore)
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
Enable retrieving component-specific issues.
Authentication support for access a private Jira instalation.
Fix jira downloading url for some jira instance like Apache.
Update commons-httpclient dependency