I'm trying to configure my project in order to include a JIRA report in my
site but I've tried several configuration options and the JIRA report
remains desperately empty.

Here is my reporting plugin configuration

<plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changes-plugin</artifactId>
                <reportSets>
                    <reportSet>
                        <reports>
                            <report>jira-report</report>
                        </reports>
                    </reportSet>
                </reportSets>
                <configuration>
                    <resolutionIds>Closed</resolutionIds>
                    <statusIds>Resolved, Closed</statusIds>
                    <typeIds>Bug, New Feature, Improvement, Wish</typeIds>
                </configuration>
            </plugin>

And my issueManagement configuration (pointing to a public JIRA instance)

<issueManagement>
        <system>JIRA</system>
        <url>
http://bugs.epseelon.org/jira/secure/BrowseProject.jspa?id=10001</url>
    </issueManagement>

Did I miss something?

-- 
Sébastien Arbogast

http://sebastien-arbogast.com

Reply via email to