You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/04/23 19:03:55 UTC

[jira] Created: (MCHANGES-110) No issue links generated if ${project.issueManagement.url} empty but issueLinkTemplate provided

No issue links generated if ${project.issueManagement.url} empty but issueLinkTemplate provided
-----------------------------------------------------------------------------------------------

                 Key: MCHANGES-110
                 URL: http://jira.codehaus.org/browse/MCHANGES-110
             Project: Maven 2.x Changes Plugin
          Issue Type: Bug
          Components: changes-report
    Affects Versions: 2.0
            Reporter: Benjamin Bentmann
            Priority: Minor


The following configuration
{code:xml}
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-changes-plugin</artifactId>
  <version>2.0</version>
  <configuration>
    <issueLinkTemplate>http://mycompany.org/mantis//view.php?id=%ISSUE%</issueLinkTemplate>
  </configuration>
</plugin>
{code}
will needlessly cause
{noformat}
[WARNING] No Issue Management/URL defined in pom.xml.  Links to your issues will not work correctly.
{noformat}
in case the POM does not define {{<issueManagement>}}.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MCHANGES-110) No issue links generated if ${project.issueManagement.url} empty but issueLinkTemplate provided

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGES-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MCHANGES-110.
--------------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 2.1

Fixed in [r650961|http://svn.apache.org/viewvc?view=rev&revision=650961].

> No issue links generated if ${project.issueManagement.url} empty but issueLinkTemplate provided
> -----------------------------------------------------------------------------------------------
>
>                 Key: MCHANGES-110
>                 URL: http://jira.codehaus.org/browse/MCHANGES-110
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: changes-report
>    Affects Versions: 2.0
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 2.1
>
>
> The following configuration
> {code:xml}
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-changes-plugin</artifactId>
>   <version>2.0</version>
>   <configuration>
>     <issueLinkTemplate>http://mycompany.org/mantis//view.php?id=%ISSUE%</issueLinkTemplate>
>   </configuration>
> </plugin>
> {code}
> will needlessly cause
> {noformat}
> [WARNING] No Issue Management/URL defined in pom.xml.  Links to your issues will not work correctly.
> {noformat}
> in case the POM does not define {{<issueManagement>}}.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira