I am trying to include a JIRA report on my project website. I have
configured the plugin as specified in the documentation [1]. No errors
appear on the command line, and the Jira Report page is generated.

However, the table is empty. :-(

I am using JIRA 3.6.5, Maven 2.0.7, and the latest maven-changes-plugin
(2.0-beta-2 according to the website). The output shows nothing of
interest, even with -X:

[INFO] Generate "Jira Report" report.
log4j:WARN No appenders could be found for logger
(org.apache.commons.httpclient.HttpClient).
log4j:WARN Please initialize the log4j system properly.
[INFO] JIRA lives at: http://myserver:8080/jira
[INFO] Downloading
http://myserver:8080/jira/secure/IssueNavigator.jspa?view=rss&pid=10001&;
sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/orde
r=DESC&tempMax=100&reset=true&decorator=none
[INFO] Downloading successful

I tried configuring the plugin w/ a username and password for JIRA, but
that had no effect:

  <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-changes-plugin</artifactId>
    <configuration>
      <jiraUser>zaphod</jiraUser>
        <jiraPassword>foobar</jiraPassword>
    </configuration>
  </plugin>

Any idea what I missed?

[1] http://maven.apache.org/plugins/maven-changes-plugin/usage.html

--
Daniel Siegmann
FJA-US, Inc.
512 Seventh Ave., New York, NY  10018
(212) 840-2618 ext. 139

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

Reply via email to