This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 3.x-docgen in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit d5dd61fef655d3b0ff109586937d069d445aa9ef Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Mar 25 11:30:48 2024 +0100 Improve Javadoc --- log4j-parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index a99d3ff04b..9dcc4201fb 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -1037,8 +1037,8 @@ <id>plugin-processing</id> - <!-- Profile gets activated using a file instead of, say, a property. - Since a Maven property lookup requires model interpolation and that hasn't happened at this stage yet. + <!-- Profile gets activated using a file instead of, say, a property defined by the child `pom.xml`. + Since a Maven property lookup requires model interpolation and that happens after the profile activation phase. See: https://maven.apache.org/ref/3.9.6/maven-model-builder --> <activation> <file>
