You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by javed mandary <ja...@gmail.com> on 2006/04/18 11:49:37 UTC

Jira Changes plugin

Hi ,
     am getting a problem with the changes-maven-plugin , i keep getting a
stack trace error each time i execute mvn site

Here is the  configuration in my POM
---------POM----------
[...]
 <issueManagement>
        <system>Jira</system>
        <url>https://thisis.mycompany.com/issues/browse/MYPROJECT</url>
    </issueManagement>
[...]
<reporting>
  [...]
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                   <artifactId>changes-maven-plugin</artifactId>
            </plugin>
  [...]
</reporting>
--------END POM--------

This is the stack trace am getting:

----------ERROR TRACE----------

[INFO] Downloading
https://thisis.mycompany.com/issues/browse/secure/IssueNavigator.
jspa?view=rss&pid=&sorter/field=created&sorter/order=DESC&sorter/field=priority&so
rter/order=DESC&tempMax=100&reset=true&decorator=none
[WARNING] Received: [407]
org.xml.sax.SAXParseException: White spaces are required between publicId
and syst
emId.
        at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXPa
rseException(ErrorHandlerWrapper.java:236)
        at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(
ErrorHandlerWrapper.java:215)
        at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XM
LErrorReporter.java:386)
        at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XM
LErrorReporter.java:316)
        at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XML
Scanner.java:1438)
        at com.sun.org.apache.xerces.internal.impl.XMLScanner.scanExternalID
(XMLSc
anner.java:1024)
        at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.scanDoct
--------END ERROR TRACE----------

Does anyone who why am getting this error message?

thanks,
        Javed