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: [EMAIL PROTECTED]
IM: ICQ: 198710313, Yahoo/AIM/Google/Jabber(jabber.ru)/MSN/Skype: JohnBat26.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to