You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jean Pierre Urkens (JIRA)" <ji...@codehaus.org> on 2010/02/18 13:47:56 UTC

[jira] Created: (MCHANGES-198) How to use

How to use <issueLinkTemplatePerSystem>
---------------------------------------

                 Key: MCHANGES-198
                 URL: http://jira.codehaus.org/browse/MCHANGES-198
             Project: Maven 2.x Changes Plugin
          Issue Type: Test
          Components: changes-report
         Environment: Maven-2.0.9

            Reporter: Jean Pierre Urkens
            Priority: Minor
         Attachments: changes.xml

I'm trying to configure an alternative issueManagement system.
In the parent POM the maven-changes-plugin is configured in the reporting section as:
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-changes-plugin</artifactId>
  <version>2.3</version>
  <configuration>
    <addActionDate>true</addActionDate>
    <issueLinkTemplatePerSystem>
      <livelink>%URL%?func=ll&amp;objId=%ISSUE%&amp;objAction=BrowseTask</livelink>
    </issueLinkTemplatePerSystem>
  </configuration>
  <reportSets><reportSet><reports><report>changes-report</report></reports></reportSet></reportSets>
</plugin>
In the project POM I've my issueManagement system defined as:
<issueManagement>
  <system>livelink</system>
  <url>http://safe.expandedmedia.com/livelink/livelink.exe/</url>
</issueManagement>
Now i would expect that for all issues listed in the attached changes.xml that a link to my issue management system would be created but it doesn't. It generates the changes-report but without taking into consideration the parameters (not even the addActionDate) I've defined in my parent POM.

-- 
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] Updated: (MCHANGES-198) How to use

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

Dennis Lundberg updated MCHANGES-198:
-------------------------------------

    Description: 
I'm trying to configure an alternative issueManagement system.
In the parent POM the maven-changes-plugin is configured in the reporting section as:
{code:xml}
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-changes-plugin</artifactId>
  <version>2.3</version>
  <configuration>
    <addActionDate>true</addActionDate>
    <issueLinkTemplatePerSystem>
      <livelink>%URL%?func=ll&amp;objId=%ISSUE%&amp;objAction=BrowseTask</livelink>
    </issueLinkTemplatePerSystem>
  </configuration>
  <reportSets><reportSet><reports><report>changes-report</report></reports></reportSet></reportSets>
</plugin>
{code}

In the project POM I've my issueManagement system defined as:
{code:xml}
<issueManagement>
  <system>livelink</system>
  <url>http://safe.expandedmedia.com/livelink/livelink.exe/</url>
</issueManagement>
{code}

Now i would expect that for all issues listed in the attached changes.xml that a link to my issue management system would be created but it doesn't. It generates the changes-report but without taking into consideration the parameters (not even the addActionDate) I've defined in my parent POM.

  was:
I'm trying to configure an alternative issueManagement system.
In the parent POM the maven-changes-plugin is configured in the reporting section as:
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-changes-plugin</artifactId>
  <version>2.3</version>
  <configuration>
    <addActionDate>true</addActionDate>
    <issueLinkTemplatePerSystem>
      <livelink>%URL%?func=ll&amp;objId=%ISSUE%&amp;objAction=BrowseTask</livelink>
    </issueLinkTemplatePerSystem>
  </configuration>
  <reportSets><reportSet><reports><report>changes-report</report></reports></reportSet></reportSets>
</plugin>
In the project POM I've my issueManagement system defined as:
<issueManagement>
  <system>livelink</system>
  <url>http://safe.expandedmedia.com/livelink/livelink.exe/</url>
</issueManagement>
Now i would expect that for all issues listed in the attached changes.xml that a link to my issue management system would be created but it doesn't. It generates the changes-report but without taking into consideration the parameters (not even the addActionDate) I've defined in my parent POM.


> How to use <issueLinkTemplatePerSystem>
> ---------------------------------------
>
>                 Key: MCHANGES-198
>                 URL: http://jira.codehaus.org/browse/MCHANGES-198
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Test
>          Components: changes-report
>         Environment: Maven-2.0.9
>            Reporter: Jean Pierre Urkens
>            Priority: Minor
>         Attachments: changes.xml
>
>
> I'm trying to configure an alternative issueManagement system.
> In the parent POM the maven-changes-plugin is configured in the reporting section as:
> {code:xml}
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-changes-plugin</artifactId>
>   <version>2.3</version>
>   <configuration>
>     <addActionDate>true</addActionDate>
>     <issueLinkTemplatePerSystem>
>       <livelink>%URL%?func=ll&amp;objId=%ISSUE%&amp;objAction=BrowseTask</livelink>
>     </issueLinkTemplatePerSystem>
>   </configuration>
>   <reportSets><reportSet><reports><report>changes-report</report></reports></reportSet></reportSets>
> </plugin>
> {code}
> In the project POM I've my issueManagement system defined as:
> {code:xml}
> <issueManagement>
>   <system>livelink</system>
>   <url>http://safe.expandedmedia.com/livelink/livelink.exe/</url>
> </issueManagement>
> {code}
> Now i would expect that for all issues listed in the attached changes.xml that a link to my issue management system would be created but it doesn't. It generates the changes-report but without taking into consideration the parameters (not even the addActionDate) I've defined in my parent POM.

-- 
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] Updated: (MCHANGES-198) How to use

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

Dennis Lundberg updated MCHANGES-198:
-------------------------------------

    Attachment: MCHANGES-198.zip

Here is a test project based on the configuration of this issue. It is working fine for me.

> How to use <issueLinkTemplatePerSystem>
> ---------------------------------------
>
>                 Key: MCHANGES-198
>                 URL: http://jira.codehaus.org/browse/MCHANGES-198
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Test
>          Components: changes.xml
>         Environment: Maven-2.0.9
>            Reporter: Jean Pierre Urkens
>            Priority: Minor
>         Attachments: changes.xml, MCHANGES-198.zip
>
>
> I'm trying to configure an alternative issueManagement system.
> In the parent POM the maven-changes-plugin is configured in the reporting section as:
> {code:xml}
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-changes-plugin</artifactId>
>   <version>2.3</version>
>   <configuration>
>     <addActionDate>true</addActionDate>
>     <issueLinkTemplatePerSystem>
>       <livelink>%URL%?func=ll&amp;objId=%ISSUE%&amp;objAction=BrowseTask</livelink>
>     </issueLinkTemplatePerSystem>
>   </configuration>
>   <reportSets><reportSet><reports><report>changes-report</report></reports></reportSet></reportSets>
> </plugin>
> {code}
> In the project POM I've my issueManagement system defined as:
> {code:xml}
> <issueManagement>
>   <system>livelink</system>
>   <url>http://safe.expandedmedia.com/livelink/livelink.exe/</url>
> </issueManagement>
> {code}
> Now i would expect that for all issues listed in the attached changes.xml that a link to my issue management system would be created but it doesn't. It generates the changes-report but without taking into consideration the parameters (not even the addActionDate) I've defined in my parent POM.

-- 
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-198) How to use

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

Dennis Lundberg closed MCHANGES-198.
------------------------------------

    Resolution: Cannot Reproduce

> How to use <issueLinkTemplatePerSystem>
> ---------------------------------------
>
>                 Key: MCHANGES-198
>                 URL: http://jira.codehaus.org/browse/MCHANGES-198
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Test
>          Components: changes.xml
>         Environment: Maven-2.0.9
>            Reporter: Jean Pierre Urkens
>            Priority: Minor
>         Attachments: changes.xml, MCHANGES-198.zip
>
>
> I'm trying to configure an alternative issueManagement system.
> In the parent POM the maven-changes-plugin is configured in the reporting section as:
> {code:xml}
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-changes-plugin</artifactId>
>   <version>2.3</version>
>   <configuration>
>     <addActionDate>true</addActionDate>
>     <issueLinkTemplatePerSystem>
>       <livelink>%URL%?func=ll&amp;objId=%ISSUE%&amp;objAction=BrowseTask</livelink>
>     </issueLinkTemplatePerSystem>
>   </configuration>
>   <reportSets><reportSet><reports><report>changes-report</report></reports></reportSet></reportSets>
> </plugin>
> {code}
> In the project POM I've my issueManagement system defined as:
> {code:xml}
> <issueManagement>
>   <system>livelink</system>
>   <url>http://safe.expandedmedia.com/livelink/livelink.exe/</url>
> </issueManagement>
> {code}
> Now i would expect that for all issues listed in the attached changes.xml that a link to my issue management system would be created but it doesn't. It generates the changes-report but without taking into consideration the parameters (not even the addActionDate) I've defined in my parent POM.

-- 
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