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
-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

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

Reply via email to