You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/02/22 11:06:15 UTC

[maven-changes-plugin] branch MCHANGES-404 created (now 08e6daa)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch MCHANGES-404
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git.


      at 08e6daa  [MCHANGES-404] Add Tuleap issue tracker

This branch includes the following new commits:

     new 08e6daa  [MCHANGES-404] Add Tuleap issue tracker

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-changes-plugin] 01/01: [MCHANGES-404] Add Tuleap issue tracker

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MCHANGES-404
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 08e6daa27f27410352a2afff007c6d92034d8d06
Author: jyterrien <je...@orange.fr>
AuthorDate: Sat Feb 22 11:47:28 2020 +0100

    [MCHANGES-404] Add Tuleap issue tracker
    
    This closes #2
---
 src/main/java/org/apache/maven/plugins/changes/ChangesMojo.java | 1 +
 src/site/apt/usage.apt.vm                                       | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/src/main/java/org/apache/maven/plugins/changes/ChangesMojo.java b/src/main/java/org/apache/maven/plugins/changes/ChangesMojo.java
index 16576f5..cae341b 100644
--- a/src/main/java/org/apache/maven/plugins/changes/ChangesMojo.java
+++ b/src/main/java/org/apache/maven/plugins/changes/ChangesMojo.java
@@ -317,6 +317,7 @@ public class ChangesMojo
         addIssueLinkTemplate( "SourceForge2", "%URL%/%ISSUE%" );
         addIssueLinkTemplate( "Trac", "%URL%/ticket/%ISSUE%" );
         addIssueLinkTemplate( "Trackplus", "%URL%/printItem.action?key=%ISSUE%" );
+        addIssueLinkTemplate( "Tuleap", "%URL%/?aid=%ISSUE%" );
         addIssueLinkTemplate( "YouTrack", "%URL%/issue/%ISSUE%" );
         // @todo Add more issue management systems here
         // Remember to also add documentation in usage.apt.vm
diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm
index b8ad9ac..8c740eb 100644
--- a/src/site/apt/usage.apt.vm
+++ b/src/site/apt/usage.apt.vm
@@ -164,6 +164,8 @@ mvn site
 *---------------+--------------------------------------------------------+
 | Trackplus     | %URL%/printItem.action?key=%ISSUE%                     |
 *---------------+--------------------------------------------------------+
+| Tuleap        | %URL%/?aid=%ISSUE%                                     |
+*---------------+--------------------------------------------------------+
 | YouTrack      | %URL%/issue/%ISSUE%                                    |
 *---------------+--------------------------------------------------------+