Try to use the reportSets configuration found in this example:
http://maven.apache.org/plugins/maven-changes-plugin/examples/alternate-changes-xml-location.html
That should make the plugin create *only* the changes-report.
Karl Heinz Marbaise wrote:
Hello,
i'm using maven with the maven-changes plugin to create a changes
report...so far so good....
Here is my configuration for the plugin:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<configuration>
<issueLinkTemplate>%URL%/ticket/%ISSUE%</issueLinkTemplate>
<xmlPath>${basedir}/changes.xml</xmlPath>
</configuration>
</plugin>
During the site generation i got the following message:
[INFO] [site:site]
[ERROR] The JIRA Report only supports JIRA. No JIRA Report will be
generated.
[WARNING] No URL defined for the project - decoration links will not be
resolved
[INFO] Skipped "Maven Surefire Report" report, file
"surefire-report.html" already exists for the English version.
[INFO] Generating "JDepend" report.
But i have defined URL in my POM:
<issueManagement>
<system>Tracking</system>
<url>http://supose.soebes.de</url>
</issueManagement>
The resulted changes list will be correct but without working links to
the ticket system....
So now i'm a little bit frustrated, cause i can't get it to run
correctly....
Does someone out there has a little hint?
Thanks in advance.
Kind regards
Karl Heinz Marbaise
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]