You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Eugene Batogov <jo...@gmail.com> on 2008/04/24 12:52:06 UTC

I have a problem with maven-changes-plugin version 2.0 again

Hello !
I  am trying  to use maven-changes-plugin again, version 2.0 with our jira.

I have next configurations:
----------------------------
...
	<issueManagement>
		<system>JIRA</system>
		<url>https://svn.cti.ru:8443/jira/BrowseProject.jspa?id=10001</url>
	</issueManagement>
...
<plugin>
				    <groupId>org.apache.maven.plugins</groupId>
				    <artifactId>maven-changes-plugin</artifactId>
				    <version>2.0</version>
				    <configuration>
					    <jiraUser>user</jiraUser>
					    <jiraPassword>password</jiraPassword>
				    </configuration>
				    <reportSets>
					    
					    <reportSet>
						    <reports>
							    <report>jira-report</report>
						    </reports>
					    </reportSet>
				    </reportSets>
			    </plugin>

...
----------------------------
I get next log:
-------------------------------
[DEBUG] 
Generating /home/myjava/eclipse_pr/Project/project-super-pom/trunk/target/site/jira-report.html
[INFO] Generating "JIRA Report" report.
[DEBUG] JIRA lives at: https://my.ru:8443/jira
[DEBUG] Login URL: 
https://my.ru:8443/jira/login.jsp?os_destination=/secure/&os_username=svn_searcher&os_password=********
[DEBUG] Successfully logged in into JIRA.
[INFO] Downloading from JIRA at: 
https://my.ru:8443/jira/secure/IssueNavigator.jspa?view=rss&pid=10001&statusIds=6&resolutionIds=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
Apr 24, 2008 2:43:49 PM org.apache.commons.httpclient.HttpMethodBase 
getResponseBody
WARNING: Going to buffer response body of large or unknown size. Using 
getResponseBodyAsStream instead is recommended.
[DEBUG] Downloading from JIRA was successful
-------------------------------
This url:
https://my.ru:8443/jira/secure/IssueNavigator.jspa?view=rss&pid=10001&statusIds=6
&resolutionIds=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&te

properly open in browser, but jira report is empty !

That I do wrong?
Thanks in advance.
-- 
Best Regards, Eugene Batogov a.k.a JohnBat26.
e-mail: JohnBat26@gmail.com
IM: ICQ: 198710313, Yahoo/AIM/Google/Jabber(jabber.ru)/MSN/Skype: JohnBat26.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org