From 12d6473f9e7e099e9a81e43b5223f80c0a88b500 Mon Sep 17 00:00:00 2001 From: aheritier Date: Thu, 30 Mar 2006 22:25:23 +0000 Subject: [PATCH] begin 1.4-SNAPSHOT If a report isn't generated the plugin fails trying to replace entities in a not existing file. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@390261 13f79535-47bb-0310-9956-ffa450edef68 --- jira/plugin.jelly | 10 ++++------ jira/project.xml | 2 +- jira/xdocs/changes.xml | 3 +++ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/jira/plugin.jelly b/jira/plugin.jelly index 79189aaa..ba2667fa 100644 --- a/jira/plugin.jelly +++ b/jira/plugin.jelly @@ -97,9 +97,6 @@ /> - - - Error: unable to parse jira results due to an error: ${parseresult.message}. Jira report will not be generated @@ -111,6 +108,8 @@ + + @@ -132,9 +131,6 @@ - - - Error: unable to parse jira results due to an error: ${parseresult.message}. Jira roadmap report will not be generated @@ -146,6 +142,8 @@ + + diff --git a/jira/project.xml b/jira/project.xml index 35f43dbd..1a9a316a 100644 --- a/jira/project.xml +++ b/jira/project.xml @@ -22,7 +22,7 @@ 3 maven-jira-plugin Maven JIRA Plugin - 1.3 + 1.4-SNAPSHOT This plugin downloads issues from Jira and creates a report. Download issues from Jira diff --git a/jira/xdocs/changes.xml b/jira/xdocs/changes.xml index 91fd82f9..9dc50280 100644 --- a/jira/xdocs/changes.xml +++ b/jira/xdocs/changes.xml @@ -23,6 +23,9 @@ 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.