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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d4f455ac9 [MNG-8407] Add target attribute to SVG links
8d4f455ac9 is described below

commit 8d4f455ac9f29904bb2c86847d41c310782fbea6
Author: Konrad Windszus <k...@apache.org>
AuthorDate: Thu Dec 5 18:06:14 2024 +0100

    [MNG-8407] Add target attribute to SVG links
---
 src/graph/ReactorGraph.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/graph/ReactorGraph.java b/src/graph/ReactorGraph.java
index 4034dbd1d5..d8cc12a683 100755
--- a/src/graph/ReactorGraph.java
+++ b/src/graph/ReactorGraph.java
@@ -208,6 +208,7 @@ public class ReactorGraph {
                                     .append(" title=\"")
                                     .append(nodeName)
                                     .append("\"")
+                                    .append(" target=\"_parent\"")
                                     .append(">")
                                     .append(nodeName)
                                     .append("</td>");

Reply via email to