Hello !
I am trying to use maven-changes-plugin, version 2.0 
with our jira.
I have next configurations:
----------------------------
...
        <issueManagement>
                <system>JIRA</system>
                
<url>https://server.net:8443/jira/BrowseProject.jspa?pid=PROJECT1</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>

...
----------------------------
But get error during generation report:
-------------------------------
 Generating "JIRA Report" report.
[ERROR] Error trying to login into JIRA. Cause is: 
sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target
[INFO] Generating "Change Log" report
----------------------------------

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