Hi there,

i'm trying to get rid of warning during my usual mvn site build...(issueLinkTemplate ..deprecated)....

so i tried to use issueLinkTemplatePerSystem:

<issueManagement>
  <system>Redmine</system>
  <url>http://www.supose.org</url>
</issueManagement>
...

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.1</version>
<configuration>
  <issueLinkTemplatePerSystem>
    <Redmine>http://www.supoe.org/issues/show/%ISSUE%</Redmine>
  </issueLinkTemplatePerSystem>
</configuration>

This will not produce a correct link in the change log...
I've tried different types of <Redmine> ...uppercase, lowercase etc.
Furthermore I have tried to add
<default></default> entry to fix the problem....but that didn't work neither...

Maybe i misunderstand the documentation....or do i oversight things ?

maybe someone here can me enlighten me a little bit...

BTW: Using mvn 2.0.9 on XP

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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to