Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.2
-
Fix Version/s: 1.2
-
Labels:None
-
Environment:maven 1.0.2, maven-jira-plugin 1.1.2, MacOS X 10.4.2, jira 3.1.1
-
Number of attachments :
Description
It seems like an extra "secure" is added to the url the plugin use.
The issueTrackingUrl I have defined in project.xml is
http://www.mydomain.com//jira/secure/BrowseProject.jspa?id=10270
When I run "maven maven-jira-plugin:report" I see the following output:
Notice that url contain "secure" twice in the url used by maven, but only once in the issueTrackingUrl.
Can this be a bug in the maven-jira-plugin?
I found this problem when debuging why I couldn't get the property maven.jira.filter to work as intended.
already fixed in svn for 1.2