This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch maven-jar-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
commit f9850a5849a319a3fdbe144db8b0a90334dffc0d Author: Olivier Lamy <ol...@apache.org> AuthorDate: Tue Aug 26 11:02:23 2025 +1000 fix link to issues tracker (#466) Signed-off-by: Olivier Lamy <ol...@apache.org> --- src/site/apt/index.apt.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index 6b7bd44..7cedcd4 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -50,7 +50,7 @@ ${project.name} the {{{./mailing-lists.html}mail archive}}. If you feel like the plugin is missing a feature or has a defect, you can file a feature request or bug report in our - {{{https://issues.apache.org/jira/projects/MJAR/issues}issue tracker}}. When creating a new issue, please provide a comprehensive description of your + {{{https://github.com/apache/maven-jar-plugin/issues}issue tracker}}. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs, or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our