JIRA plugin changes Brett Porter If a report isn't generated the plugin fails trying to replace entities in a not existing file. 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 :
  • log4j v1.2.8 -> v1.2.12
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