Hi
I have everything set up in the master-pom that the modules inherit from.
In my reporting section:
......
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>
maven-project-info-reports-plugin
</artifactId>
<reportSets>
<reportSet>
<reports>
<report>dependencies</report>
<report>plugin-documentation</report>
<report>project-team</report>
<report>mailing-list</report>
<report>cim</report>
<report>issue-tracking</report>
<report>license</report>
<report>scm</report>
</reports>
</reportSet>
</reportSets>
</plugin>
...
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.0-beta-2-SNAPSHOT</version>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
<report>jira-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
...
And then the issueManagement:
<issueManagement>
<system>jira</system>
<url>
http://<myserver>/jira/secure/project/ViewProject.jspa?pid=10070
</url>
</issueManagement>
Hermod
-----Original Message-----
From: Dennis Lundberg [mailto:[EMAIL PROTECTED]
Sent: Friday, September 15, 2006 11:00 PM
To: Maven Users List
Subject: Re: Maven changes plugin and jira report
[EMAIL PROTECTED] wrote:
> Hi
>
> I am trying to get the maven changes-plugin to generate a jira report, but it
> always comes out empty. I have configured the issueManagement and have also
> added the jira-report to the reports section of the maven-changes-plugin.
> When I run mvn site I see that it downloads the correct url from the jira
> site, so as far as I can see everthing is correctly set up - But still no
> result. Has anybode been able to get this to work, and if so have a working
> pom.
>
> Hermod
>
>
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
>
> This email with attachments is solely for the use of the individual or
> entity to whom it is addressed. Please also be aware that DnB NOR cannot
> accept any payment orders or other legally binding correspondence with
> customers as a part of an email.
>
> This email message has been virus checked by the anti virus programs used
> in the DnB NOR Group.
>
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
If you supply some details from your pom we might be able to help you.
Interesting parts are issueManagement and the changes-plugin configuration.
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]