From 77d02217ef251e699a46b554b255017531647017 Mon Sep 17 00:00:00 2001 From: Tomas Zezula Date: Mon, 24 Jul 2023 12:59:56 +0200 Subject: [PATCH] Resolved review comments. --- mx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mx.py b/mx.py index 9ad408c5..162acd3f 100755 --- a/mx.py +++ b/mx.py @@ -11313,6 +11313,7 @@ def _addDevAttr(name, default=None): for dep in directDistDeps: if dep.isLayoutDirDistribution(): # LayoutDirDistribution is always embedded in the dependent distribution. + logv(f"_genPom({dist}): ignoring layout dir dependency {dep} because it's embedded") continue if dep.suite.internal: warn(f"_genPom({dist}): ignoring internal dependency {dep}")